Searched refs:x86cpuid_GetFamily (Results 1 – 2 of 2) sorted by relevance
/external/lzma/C/ | ||
D | CpuArch.c | 155 family = x86cpuid_GetFamily(p.ver); in CPU_Is_InOrder() |
D | CpuArch.h | 324 #define x86cpuid_GetFamily(ver) (((ver >> 16) & 0xFF0) | ((ver >> 8) & 0xF)) macro |