Searched refs:cpuid_extmodel (Results 1 – 3 of 3) sorted by relevance
662 info_p->cpuid_extmodel = bitfield32(reg[eax], 19, 16); in cpuid_set_generic_info()675 info_p->cpuid_model += (info_p->cpuid_extmodel << 4); in cpuid_set_generic_info()700 DBG(" extmodel : %d\n", info_p->cpuid_extmodel); in cpuid_set_generic_info()
435 uint8_t cpuid_extmodel; member
412 (void *)offsetof(i386_cpu_info_t, cpuid_extmodel), sizeof(uint8_t),