Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dmicrocode.h122 static inline unsigned int __x86_family(unsigned int sig) in __x86_family() function
141 return __x86_family(eax); in x86_family()
148 x86 = __x86_family(sig); in x86_model()
/linux-4.4.14/arch/x86/kernel/cpu/microcode/
Dintel.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()
368 family = __x86_family(csig.sig); in collect_cpu_info_early()
529 family = __x86_family(eax); in load_builtin_intel_microcode()