Searched refs:MC_HEADER_SIZE (Results 1 – 3 of 3) sorted by relevance
52 if (data_size + MC_HEADER_SIZE > total_size) { in microcode_sanity_check()63 ext_table_size = total_size - (MC_HEADER_SIZE + data_size); in microcode_sanity_check()71 ext_header = mc + MC_HEADER_SIZE + data_size; in microcode_sanity_check()97 i = (MC_HEADER_SIZE + data_size) / DWSIZE; in microcode_sanity_check()139 if (total_size <= get_datasize(mc_header) + MC_HEADER_SIZE) in get_matching_sig()142 ext_header = mc + get_datasize(mc_header) + MC_HEADER_SIZE; in get_matching_sig()
158 if (total_size <= data_size + MC_HEADER_SIZE) in matching_model_microcode()161 ext_header = (void *) mc_header + data_size + MC_HEADER_SIZE; in matching_model_microcode()435 if (total_size <= data_size + MC_HEADER_SIZE) in show_saved_mc()438 ext_header = (void *) mc_saved_header + data_size + MC_HEADER_SIZE; in show_saved_mc()
39 #define MC_HEADER_SIZE (sizeof(struct microcode_header_intel)) macro40 #define DEFAULT_UCODE_TOTALSIZE (DEFAULT_UCODE_DATASIZE + MC_HEADER_SIZE)