Home
last modified time | relevance | path

Searched refs:get_matching_sig (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/kernel/cpu/microcode/
Dintel_lib.c127 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()
Dintel_early.c260 if (!get_matching_sig(sig, pf, new_rev, ucode_ptr)) in _save_mc()
/linux-4.1.27/arch/x86/include/asm/
Dmicrocode_intel.h61 extern int get_matching_sig(unsigned int csig, int cpf, int rev, void *mc);