Searched refs:x86cpuid_GetFamily (Results 1 – 2 of 2) sorted by relevance
144 #define x86cpuid_GetFamily(p) (((p)->ver >> 8) & 0xFF00F) macro
133 family = x86cpuid_GetFamily(&p); in CPU_Is_InOrder()