Searched refs:SECTION_HDR_SIZE (Results 1 – 2 of 2) sorted by relevance
161 if (buf_size < SECTION_HDR_SIZE) { in __verify_patch_section()252 buf_size -= SECTION_HDR_SIZE; in verify_patch()274 mc_hdr = (struct microcode_header_amd *)(buf + SECTION_HDR_SIZE); in verify_patch()342 mc = (struct microcode_amd *)(buf + SECTION_HDR_SIZE); in parse_container()350 buf += patch_size + SECTION_HDR_SIZE; in parse_container()351 size -= patch_size + SECTION_HDR_SIZE; in parse_container()780 patch->data = kmemdup(fw + SECTION_HDR_SIZE, *patch_size, GFP_KERNEL); in verify_and_add_patch()787 mc_hdr = (struct microcode_header_amd *)(fw + SECTION_HDR_SIZE); in verify_and_add_patch()830 fw += crnt_size + SECTION_HDR_SIZE; in __load_microcode_amd()831 size -= (crnt_size + SECTION_HDR_SIZE); in __load_microcode_amd()
11 #define SECTION_HDR_SIZE 8 macro