microcode_header_intel   21 arch/x86/include/asm/microcode_intel.h 	struct microcode_header_intel hdr;
microcode_header_intel   40 arch/x86/include/asm/microcode_intel.h #define MC_HEADER_SIZE		(sizeof(struct microcode_header_intel))
microcode_header_intel   67 arch/x86/kernel/cpu/microcode/intel.c 	struct microcode_header_intel *mc_hdr = mc;
microcode_header_intel   95 arch/x86/kernel/cpu/microcode/intel.c 	struct microcode_header_intel *mc_hdr = mc;
microcode_header_intel  110 arch/x86/kernel/cpu/microcode/intel.c static bool microcode_matches(struct microcode_header_intel *mc_header,
microcode_header_intel  169 arch/x86/kernel/cpu/microcode/intel.c 	struct microcode_header_intel *mc_hdr, *mc_saved_hdr;
microcode_header_intel  174 arch/x86/kernel/cpu/microcode/intel.c 	mc_hdr = (struct microcode_header_intel *)data;
microcode_header_intel  177 arch/x86/kernel/cpu/microcode/intel.c 		mc_saved_hdr = (struct microcode_header_intel *)iter->data;
microcode_header_intel  227 arch/x86/kernel/cpu/microcode/intel.c 	struct microcode_header_intel *mc_header = mc;
microcode_header_intel  329 arch/x86/kernel/cpu/microcode/intel.c 	struct microcode_header_intel *mc_header;
microcode_header_intel  334 arch/x86/kernel/cpu/microcode/intel.c 		if (size < sizeof(struct microcode_header_intel))
microcode_header_intel  337 arch/x86/kernel/cpu/microcode/intel.c 		mc_header = (struct microcode_header_intel *)data;
microcode_header_intel  366 arch/x86/kernel/cpu/microcode/intel.c 			struct microcode_header_intel *phdr = &patch->hdr;
microcode_header_intel  440 arch/x86/kernel/cpu/microcode/intel.c 		struct microcode_header_intel *mc_saved_header;
microcode_header_intel  445 arch/x86/kernel/cpu/microcode/intel.c 		mc_saved_header = (struct microcode_header_intel *)p->data;
microcode_header_intel  726 arch/x86/kernel/cpu/microcode/intel.c 	struct microcode_header_intel *phdr;
microcode_header_intel  731 arch/x86/kernel/cpu/microcode/intel.c 		phdr = (struct microcode_header_intel *)iter->data;
microcode_header_intel  871 arch/x86/kernel/cpu/microcode/intel.c 		struct microcode_header_intel mc_header;