Searched refs:MC_HEADER_SIZE (Results 1 – 3 of 3) sorted by relevance
55 #define DEFAULT_UCODE_TOTALSIZE (DEFAULT_UCODE_DATASIZE + MC_HEADER_SIZE)114 if (get_totalsize(mc_hdr) <= intel_microcode_get_datasize(mc_hdr) + MC_HEADER_SIZE) in intel_find_matching_signature()117 ext_hdr = mc + intel_microcode_get_datasize(mc_hdr) + MC_HEADER_SIZE; in intel_find_matching_signature()154 if (data_size + MC_HEADER_SIZE > total_size) { in intel_microcode_sanity_check()167 ext_table_size = total_size - (MC_HEADER_SIZE + data_size); in intel_microcode_sanity_check()179 ext_header = mc + MC_HEADER_SIZE + data_size; in intel_microcode_sanity_check()211 i = (MC_HEADER_SIZE + data_size) / sizeof(u32); in intel_microcode_sanity_check()
48 #define MC_HEADER_SIZE (sizeof(struct microcode_header_intel)) macro
69 meta_header = (ucode + MC_HEADER_SIZE + data_size) - total_meta; in find_meta_data()