Home
last modified time | relevance | path

Searched refs:MSR_AMD_PPIN_CTL (Results 1 – 2 of 2) sorted by relevance

/arch/x86/kernel/cpu/
Damd.c481 if (rdmsrl_safe(MSR_AMD_PPIN_CTL, &val)) in amd_detect_ppin()
490 wrmsrl_safe(MSR_AMD_PPIN_CTL, val | 2UL); in amd_detect_ppin()
491 rdmsrl_safe(MSR_AMD_PPIN_CTL, &val); in amd_detect_ppin()
/arch/x86/include/asm/
Dmsr-index.h509 #define MSR_AMD_PPIN_CTL 0xc00102f0 macro