Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/x86/cpu/broadwell/
H A Dcpu.c549 msr = msr_read(MSR_IA32_MISC_ENABLE); in configure_misc()
553 msr_write(MSR_IA32_MISC_ENABLE, msr); in configure_misc()
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dmsr-index.h408 #define MSR_IA32_MISC_ENABLE 0x000001a0 macro