Home
last modified time | relevance | path

Searched refs:get_matching_microcode (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/x86/kernel/cpu/microcode/
Dintel_lib.c157 int get_matching_microcode(unsigned int csig, int cpf, int rev, void *mc) in get_matching_microcode() function
166 EXPORT_SYMBOL_GPL(get_matching_microcode);
Dintel.c127 return get_matching_microcode(csig, cpf, crev, mc_intel); in get_matching_mc()
229 if (get_matching_microcode(csig, cpf, new_rev, mc)) { in generic_load_microcode()
Dintel_early.c62 ret = get_matching_microcode(uci->cpu_sig.sig, in load_microcode_early()
/linux-4.1.27/arch/x86/include/asm/
Dmicrocode_intel.h59 extern int get_matching_microcode(unsigned int csig, int cpf, int rev, void *mc);