Searched refs:has_newer_microcode (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/x86/kernel/cpu/microcode/ |
D | intel_lib.c | 161 int has_newer_microcode(void *mc, unsigned int csig, int cpf, int new_rev) in has_newer_microcode() function 170 EXPORT_SYMBOL_GPL(has_newer_microcode);
|
D | intel.c | 62 ret = has_newer_microcode(ucode_ptr, in load_microcode_early() 845 return has_newer_microcode(mc_intel, csig, cpf, crev); in get_matching_mc() 947 if (has_newer_microcode(mc, csig, cpf, new_rev)) { in generic_load_microcode()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | microcode_intel.h | 56 extern int has_newer_microcode(void *mc, unsigned int csig, int cpf, int rev);
|