Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/microcode/
A Dintel.c67 struct microcode_header_intel *mc_hdr = mc; in find_matching_signature()
95 struct microcode_header_intel *mc_hdr = mc; in has_newer_microcode()
122 struct microcode_header_intel *mc_hdr, *mc_saved_hdr; in save_microcode_patch()
127 mc_hdr = (struct microcode_header_intel *)data; in save_microcode_patch()
183 struct microcode_header_intel *mc_header = mc; in microcode_sanity_check()
285 struct microcode_header_intel *mc_header; in scan_microcode()
290 if (size < sizeof(struct microcode_header_intel)) in scan_microcode()
293 mc_header = (struct microcode_header_intel *)data; in scan_microcode()
397 struct microcode_header_intel *mc_saved_header; in show_saved_mc()
690 struct microcode_header_intel *phdr; in find_patch()
[all …]
/linux/arch/x86/include/asm/
A Dmicrocode_intel.h7 struct microcode_header_intel { struct
21 struct microcode_header_intel hdr; argument
40 #define MC_HEADER_SIZE (sizeof(struct microcode_header_intel))

Completed in 6 milliseconds