Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/microcode/
Dintel_lib.c161 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);
Dintel.c62 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/
Dmicrocode_intel.h56 extern int has_newer_microcode(void *mc, unsigned int csig, int cpf, int rev);