Files
linux/arch/x86/kernel
Tony Luck 00a2f23eef x86/cpu: X86_FEATURE_INTEL_PPIN finally has a CPUID bit
After nine generations of adding to model specific list of CPUs that
support PPIN (Protected Processor Inventory Number) Intel allocated
a CPUID bit to enumerate the MSRs.

CPUID(EAX=7, ECX=1).EBX bit 0 enumerates presence of MSR_PPIN_CTL and
MSR_PPIN. Add it to the "scattered" CPUID bits and add an entry to the
ppin_cpuids[] x86_match_cpu() array to catch Intel CPUs that implement
it.

Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/20220131230111.2004669-3-tony.luck@intel.com
2022-02-01 16:15:19 +01:00
..
2020-11-24 16:47:49 +01:00
2021-12-13 12:04:45 -06:00
2021-03-18 15:31:53 +01:00
2021-12-01 00:06:43 +01:00
2021-03-18 15:31:53 +01:00
2020-08-20 13:12:58 +02:00
2020-07-27 14:31:07 -04:00
2021-03-18 15:31:53 +01:00
2021-10-25 23:02:36 -04:00
2021-12-11 09:09:50 +01:00