Searched refs:cpf (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/x86/kernel/cpu/microcode/ |
D | intel_lib.c | 35 update_match_cpu(unsigned int csig, unsigned int cpf, in update_match_cpu() argument 38 return (!sigmatch(sig, csig, pf, cpf)) ? 0 : 1; in update_match_cpu() 127 int get_matching_sig(unsigned int csig, int cpf, int rev, void *mc) in get_matching_sig() argument 135 if (update_match_cpu(csig, cpf, mc_header->sig, mc_header->pf)) in get_matching_sig() 147 if (update_match_cpu(csig, cpf, ext_sig->sig, ext_sig->pf)) in get_matching_sig() 157 int get_matching_microcode(unsigned int csig, int cpf, int rev, void *mc) in get_matching_microcode() argument 164 return get_matching_sig(csig, cpf, rev, mc); in get_matching_microcode()
|
D | intel.c | 119 unsigned int csig, cpf, crev; in get_matching_mc() local 124 cpf = cpu_sig.pf; in get_matching_mc() 127 return get_matching_microcode(csig, cpf, crev, mc_intel); in get_matching_mc() 193 unsigned int csig, cpf; in generic_load_microcode() local 228 cpf = uci->cpu_sig.pf; in generic_load_microcode() 229 if (get_matching_microcode(csig, cpf, new_rev, mc)) { in generic_load_microcode()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | microcode_intel.h | 59 extern int get_matching_microcode(unsigned int csig, int cpf, int rev, void *mc); 61 extern int get_matching_sig(unsigned int csig, int cpf, int rev, void *mc);
|