Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/x86/include/
Dspecialreg.h386 #define CPUID_MON_SUBSTATE(edx, cstate) (((edx) >> (cstate * 4)) & 0x0000000f) macro
/netbsd/src/usr.sbin/cpuctl/arch/
Di386.c2219 unsigned int num = CPUID_MON_SUBSTATE(descs[3], i); in identifycpu()