Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dmicrocode_intel.h6 struct microcode_header_intel { struct
20 struct microcode_header_intel hdr; argument
39 #define MC_HEADER_SIZE (sizeof(struct microcode_header_intel))
64 revision_is_newer(struct microcode_header_intel *mc_header, int rev) in revision_is_newer()
/linux-4.1.27/arch/x86/kernel/cpu/microcode/
Dintel_early.c53 struct microcode_header_intel *mc_hdr; in load_microcode_early()
60 mc_hdr = (struct microcode_header_intel *)ucode_ptr; in load_microcode_early()
137 matching_model_microcode(struct microcode_header_intel *mc_header, in matching_model_microcode()
197 struct microcode_header_intel *mc_hdr; in save_microcode()
248 struct microcode_header_intel *mc_hdr, *mc_saved_hdr; in _save_mc()
252 mc_hdr = (struct microcode_header_intel *)ucode_ptr; in _save_mc()
255 mc_saved_hdr = (struct microcode_header_intel *)mc_saved[i]; in _save_mc()
298 struct microcode_header_intel *mc_header; in get_matching_model_microcode()
308 mc_header = (struct microcode_header_intel *)ucode_ptr; in get_matching_model_microcode()
414 struct microcode_header_intel *mc_saved_header; in show_saved_mc()
[all …]
Dintel_lib.c44 struct microcode_header_intel *mc_header = mc; in microcode_sanity_check()
129 struct microcode_header_intel *mc_header = mc; in get_matching_sig()
159 struct microcode_header_intel *mc_hdr = mc; in get_matching_microcode()
Dintel.c196 struct microcode_header_intel mc_header; in generic_load_microcode()