Home
last modified time | relevance | path

Searched refs:get_totalsize (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/x86/kernel/cpu/microcode/
Dintel.c79 if (get_totalsize(mc_hdr) <= get_datasize(mc_hdr) + MC_HEADER_SIZE) in find_matching_signature()
116 unsigned long total_size = get_totalsize(mc_header); in microcode_matches()
235 total_size = get_totalsize(mc_header); in microcode_sanity_check()
342 mc_size = get_totalsize(mc_header); in scan_microcode()
455 total_size = get_totalsize(mc_saved_header); in show_saved_mc()
887 mc_size = get_totalsize(&mc_header); in generic_load_microcode()
/Linux-v4.19/arch/x86/include/asm/
Dmicrocode_intel.h45 #define get_totalsize(mc) \ macro