Home
last modified time | relevance | path

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

/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))
/arch/x86/kernel/cpu/microcode/
Dintel_lib.c50 struct microcode_header_intel *mc_header = mc; in microcode_sanity_check()
135 struct microcode_header_intel *mc_hdr = mc; in find_matching_signature()
163 struct microcode_header_intel *mc_hdr = mc; in has_newer_microcode()
Dintel.c56 struct microcode_header_intel *mc_hdr; in load_microcode_early()
63 mc_hdr = (struct microcode_header_intel *)ucode_ptr; in load_microcode_early()
155 struct microcode_header_intel *mc_hdr; in save_microcode()
206 struct microcode_header_intel *mc_hdr, *mc_saved_hdr; in _save_mc()
210 mc_hdr = (struct microcode_header_intel *)ucode_ptr; in _save_mc()
213 mc_saved_hdr = (struct microcode_header_intel *)mc_saved[i]; in _save_mc()
255 struct microcode_header_intel *mc_header; in get_matching_model_microcode()
265 mc_header = (struct microcode_header_intel *)ucode_ptr; in get_matching_model_microcode()
364 struct microcode_header_intel *mc_saved_header; in show_saved_mc()
369 mc_saved_header = (struct microcode_header_intel *) in show_saved_mc()
[all …]