Searched refs:CPUID_MON_SUBSTATE (Results 1 – 2 of 2) sorted by relevance
386 #define CPUID_MON_SUBSTATE(edx, cstate) (((edx) >> (cstate * 4)) & 0x0000000f) macro
2219 unsigned int num = CPUID_MON_SUBSTATE(descs[3], i); in identifycpu()