Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/cpu/microcode/
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()
130 mc_saved_hdr = (struct microcode_header_intel *)iter->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()
323 struct microcode_header_intel *phdr = &patch->hdr; in scan_microcode()
[all …]
/Linux-v5.10/arch/x86/include/asm/
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))