Searched refs:cpf (Results 1 – 3 of 3) sorted by relevance
/arch/x86/kernel/cpu/microcode/ |
D | intel_lib.c | 133 int find_matching_signature(void *mc, unsigned int csig, int cpf) in find_matching_signature() argument 140 if (cpu_signatures_match(csig, cpf, mc_hdr->sig, mc_hdr->pf)) in find_matching_signature() 151 if (cpu_signatures_match(csig, cpf, ext_sig->sig, ext_sig->pf)) in find_matching_signature() 161 int has_newer_microcode(void *mc, unsigned int csig, int cpf, int new_rev) in has_newer_microcode() argument 168 return find_matching_signature(mc, csig, cpf); in has_newer_microcode()
|
D | intel.c | 794 unsigned int csig, cpf, crev; in get_matching_mc() local 799 cpf = cpu_sig.pf; in get_matching_mc() 802 return has_newer_microcode(mc_intel, csig, cpf, crev); in get_matching_mc() 877 unsigned int csig, cpf; in generic_load_microcode() local 912 cpf = uci->cpu_sig.pf; in generic_load_microcode() 913 if (has_newer_microcode(mc, csig, cpf, new_rev)) { in generic_load_microcode()
|
/arch/x86/include/asm/ |
D | microcode_intel.h | 71 extern int has_newer_microcode(void *mc, unsigned int csig, int cpf, int rev); 73 extern int find_matching_signature(void *mc, unsigned int csig, int cpf);
|