Searched refs:SECTION_HDR_SIZE (Results 1 – 1 of 1) sorted by relevance
59 #define SECTION_HDR_SIZE 8 macro365 if (buf_size < SECTION_HDR_SIZE) { in __verify_patch_section()451 buf_size -= SECTION_HDR_SIZE; in verify_patch()469 mc_hdr = (struct microcode_header_amd *)(buf + SECTION_HDR_SIZE); in verify_patch()546 mc = (struct microcode_amd *)(buf + SECTION_HDR_SIZE); in parse_container()554 buf += patch_size + SECTION_HDR_SIZE; in parse_container()555 size -= patch_size + SECTION_HDR_SIZE; in parse_container()994 patch->data = kmemdup(fw + SECTION_HDR_SIZE, *patch_size, GFP_KERNEL); in verify_and_add_patch()1002 mc_hdr = (struct microcode_header_amd *)(fw + SECTION_HDR_SIZE); in verify_and_add_patch()1045 fw += crnt_size + SECTION_HDR_SIZE; in __load_microcode_amd()[all …]