Home
last modified time | relevance | path

Searched refs:native_rdmsr (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dmicrocode.h67 native_rdmsr(MSR_IA32_UCODE_REV, dummy, rev); in intel_get_microcode_revision()
H A Dmsr.h100 #define native_rdmsr(msr, val1, val2) \ macro
/openbmc/linux/arch/x86/kernel/cpu/microcode/
H A Damd.c437 native_rdmsr(MSR_AMD64_PATCH_LEVEL, rev, dummy); in __apply_microcode_amd()
476 native_rdmsr(MSR_AMD64_PATCH_LEVEL, rev, dummy); in early_apply_microcode()
H A Dcore.c91 native_rdmsr(MSR_AMD64_PATCH_LEVEL, lvl, dummy); in amd_check_current_patch_level()
H A Dintel.c88 native_rdmsr(MSR_IA32_PLATFORM_ID, val[0], val[1]); in intel_cpu_collect_info()