Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dmicrocode.h7 #define native_rdmsr(msr, val1, val2) \ macro
/linux-4.4.14/arch/x86/kernel/cpu/microcode/
Dintel.c373 native_rdmsr(MSR_IA32_PLATFORM_ID, val[0], val[1]); in collect_cpu_info_early()
382 native_rdmsr(MSR_IA32_UCODE_REV, val[0], val[1]); in collect_cpu_info_early()
670 native_rdmsr(MSR_IA32_UCODE_REV, val[0], val[1]); in apply_microcode_early()
Damd.c633 native_rdmsr(MSR_AMD64_PATCH_LEVEL, lvl, dummy); in check_current_patch_level()
661 native_rdmsr(MSR_AMD64_PATCH_LEVEL, rev, dummy); in __apply_microcode_amd()