Searched refs:get_matching_microcode (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/x86/kernel/cpu/microcode/ |
D | intel_lib.c | 157 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);
|
D | intel.c | 127 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()
|
D | intel_early.c | 62 ret = get_matching_microcode(uci->cpu_sig.sig, in load_microcode_early()
|
/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);
|