Searched refs:get_matching_sig (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/x86/kernel/cpu/microcode/ |
D | intel_lib.c | 127 int get_matching_sig(unsigned int csig, int cpf, int rev, void *mc) in get_matching_sig() function 164 return get_matching_sig(csig, cpf, rev, mc); in get_matching_microcode()
|
D | intel_early.c | 260 if (!get_matching_sig(sig, pf, new_rev, ucode_ptr)) in _save_mc()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | microcode_intel.h | 61 extern int get_matching_sig(unsigned int csig, int cpf, int rev, void *mc);
|