Searched refs:SECTION_HDR_SIZE (Results 1 – 2 of 2) sorted by relevance
126 buf += SECTION_HDR_SIZE; in parse_container()127 size -= SECTION_HDR_SIZE; in parse_container()603 crnt_size = patch_size + SECTION_HDR_SIZE; in verify_and_add_patch()604 mc_hdr = (struct microcode_header_amd *)(fw + SECTION_HDR_SIZE); in verify_and_add_patch()636 patch->data = kmemdup(fw + SECTION_HDR_SIZE, patch_size, GFP_KERNEL); in verify_and_add_patch()
11 #define SECTION_HDR_SIZE 8 macro