Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dcpu_machdep.c671 if ((msr & (AMDK8_SMIONCMPHALT | AMDK8_C1EONCMPHALT)) != 0) in cpu_idle()
673 AMDK8_C1EONCMPHALT)); in cpu_idle()
/freebsd/sys/x86/include/
H A Dspecialreg.h1212 #define AMDK8_C1EONCMPHALT (1ULL << 28) macro