Searched refs:X86_FEATURE_AMD_PPIN (Results 1 – 4 of 4) sorted by relevance
314 #define X86_FEATURE_AMD_PPIN (13*32+23) /* Protected Processor Inventory Number */ macro
318 #define X86_FEATURE_AMD_PPIN (13*32+23) /* Protected Processor Inventory Number */ macro
402 if (!cpu_has(c, X86_FEATURE_AMD_PPIN)) in amd_detect_ppin()424 clear_cpu_cap(c, X86_FEATURE_AMD_PPIN); in amd_detect_ppin()
147 else if (this_cpu_has(X86_FEATURE_AMD_PPIN)) in mce_setup()