Searched refs:get_totalsize (Results 1 – 4 of 4) sorted by relevance
49 total_size = get_totalsize(mc_header); in microcode_sanity_check()131 unsigned long total_size = get_totalsize(mc_header); in get_matching_sig()
143 unsigned long total_size = get_totalsize(mc_header); in matching_model_microcode()208 size = get_totalsize(mc_hdr); in save_microcode()310 mc_size = get_totalsize(mc_header); in get_matching_model_microcode()424 total_size = get_totalsize(mc_saved_header); in show_saved_mc()
207 mc_size = get_totalsize(&mc_header); in generic_load_microcode()
45 #define get_totalsize(mc) \ macro