Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dmicrocode.h115 static inline unsigned int __x86_family(unsigned int sig) in __x86_family() function
134 return __x86_family(eax); in x86_family()
141 x86 = __x86_family(sig); in x86_model()
/linux-4.1.27/arch/x86/kernel/cpu/microcode/
Dintel_early.c148 fam = __x86_family(sig); in matching_model_microcode()
151 fam_ucode = __x86_family(mc_header->sig); in matching_model_microcode()
166 fam_ucode = __x86_family(ext_sig->sig); in matching_model_microcode()
369 family = __x86_family(csig.sig); in collect_cpu_info_early()