Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/x86/x86/
Didentcpu.c171 rdmsr(MSR_MISC_ENABLE) & ~IA32_MISC_MWAIT_EN); in cpu_probe_intel_errata()
/netbsd/src/sys/arch/x86/include/
Dspecialreg.h1280 #define IA32_MISC_MWAIT_EN __BIT(18) macro