Searched refs:SECTION_HDR_SIZE (Results 1 – 2 of 2) sorted by relevance
161 if (buf_size < SECTION_HDR_SIZE) { in __verify_patch_section()251 buf_size -= SECTION_HDR_SIZE; in verify_patch()273 mc_hdr = (struct microcode_header_amd *)(buf + SECTION_HDR_SIZE); in verify_patch()341 mc = (struct microcode_amd *)(buf + SECTION_HDR_SIZE); in parse_container()349 buf += patch_size + SECTION_HDR_SIZE; in parse_container()350 size -= patch_size + SECTION_HDR_SIZE; in parse_container()785 patch->data = kmemdup(fw + SECTION_HDR_SIZE, *patch_size, GFP_KERNEL); in verify_and_add_patch()792 mc_hdr = (struct microcode_header_amd *)(fw + SECTION_HDR_SIZE); in verify_and_add_patch()835 fw += crnt_size + SECTION_HDR_SIZE; in __load_microcode_amd()836 size -= (crnt_size + SECTION_HDR_SIZE); in __load_microcode_amd()
11 #define SECTION_HDR_SIZE 8 macro