Searched refs:SECTION_HDR_SIZE (Results 1 – 1 of 1) sorted by relevance
44 #define SECTION_HDR_SIZE 8 macro198 if (buf_size < SECTION_HDR_SIZE) { in __verify_patch_section()288 buf_size -= SECTION_HDR_SIZE; in verify_patch()310 mc_hdr = (struct microcode_header_amd *)(buf + SECTION_HDR_SIZE); in verify_patch()379 mc = (struct microcode_amd *)(buf + SECTION_HDR_SIZE); in parse_container()387 buf += patch_size + SECTION_HDR_SIZE; in parse_container()388 size -= patch_size + SECTION_HDR_SIZE; in parse_container()797 patch->data = kmemdup(fw + SECTION_HDR_SIZE, *patch_size, GFP_KERNEL); in verify_and_add_patch()805 mc_hdr = (struct microcode_header_amd *)(fw + SECTION_HDR_SIZE); in verify_and_add_patch()849 fw += crnt_size + SECTION_HDR_SIZE; in __load_microcode_amd()[all …]