microcode_header_amd
struct microcode_header_amd *mc_hdr;
mc_hdr = (struct microcode_header_amd *)(fw + SECTION_HDR_SIZE);
if (p_size < sizeof(struct microcode_header_amd)) {
struct microcode_header_amd *mc_hdr;
mc_hdr = (struct microcode_header_amd *)(buf + SECTION_HDR_SIZE);
struct microcode_header_amd hdr;