Home
last modified time | relevance | path

Searched refs:get_datasize (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/kernel/cpu/microcode/
Dintel_lib.c50 data_size = get_datasize(mc_header); 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()
Dintel_early.c144 unsigned long data_size = get_datasize(mc_header); in matching_model_microcode()
425 data_size = get_datasize(mc_saved_header); in show_saved_mc()
/linux-4.1.27/arch/x86/include/asm/
Dmicrocode_intel.h50 #define get_datasize(mc) \ macro