Searched refs:MSR_IA32_UCODE_REV (Results 1 – 3 of 3) sorted by relevance
117 wrmsrl(MSR_IA32_UCODE_REV, 0x0ULL); in collect_cpu_info()122 rdmsrl(MSR_IA32_UCODE_REV, msr_content); in collect_cpu_info()299 wrmsrl(MSR_IA32_UCODE_REV, 0x0ULL); in apply_microcode()305 rdmsrl(MSR_IA32_UCODE_REV, msr_content); in apply_microcode()
919 case MSR_IA32_UCODE_REV: in read_msr()920 BUILD_BUG_ON(MSR_IA32_UCODE_REV != MSR_AMD_PATCHLEVEL); in read_msr()923 if ( wrmsr_safe(MSR_IA32_UCODE_REV, 0) ) in read_msr()1089 case MSR_IA32_UCODE_REV: in write_msr()
318 #define MSR_IA32_UCODE_REV 0x0000008b macro
Completed in 8 milliseconds