Searched refs:MC_HEADER_SIZE (Results 1 – 4 of 4) sorted by relevance
41 #define MC_HEADER_SIZE (sizeof(struct microcode_header_intel)) macro42 #define DEFAULT_UCODE_TOTALSIZE (DEFAULT_UCODE_DATASIZE + MC_HEADER_SIZE)
232 if (get_totalsize(mc_hdr) <= get_datasize(mc_hdr) + MC_HEADER_SIZE) in intel_find_matching_signature()235 ext_hdr = mc + get_datasize(mc_hdr) + MC_HEADER_SIZE; in intel_find_matching_signature()272 if (data_size + MC_HEADER_SIZE > total_size) { in intel_microcode_sanity_check()285 ext_table_size = total_size - (MC_HEADER_SIZE + data_size); in intel_microcode_sanity_check()297 ext_header = mc + MC_HEADER_SIZE + data_size; in intel_microcode_sanity_check()329 i = (MC_HEADER_SIZE + data_size) / sizeof(u32); in intel_microcode_sanity_check()
248 if (total_size <= data_size + MC_HEADER_SIZE) in show_saved_mc()251 ext_header = (void *)mc_saved_header + data_size + MC_HEADER_SIZE; in show_saved_mc()
68 meta_header = (ucode + MC_HEADER_SIZE + data_size) - total_meta; in find_meta_data()
Completed in 11 milliseconds