microcode_header_amd   40 arch/x86/include/asm/microcode_amd.h 	struct microcode_header_amd	hdr;
microcode_header_amd  180 arch/x86/kernel/cpu/microcode/amd.c 	if (p_size < sizeof(struct microcode_header_amd)) {
microcode_header_amd  238 arch/x86/kernel/cpu/microcode/amd.c 	struct microcode_header_amd *mc_hdr;
microcode_header_amd  274 arch/x86/kernel/cpu/microcode/amd.c 	mc_hdr	= (struct microcode_header_amd *)(buf + SECTION_HDR_SIZE);
microcode_header_amd  765 arch/x86/kernel/cpu/microcode/amd.c 	struct microcode_header_amd *mc_hdr;
microcode_header_amd  787 arch/x86/kernel/cpu/microcode/amd.c 	mc_hdr      = (struct microcode_header_amd *)(fw + SECTION_HDR_SIZE);