Home
last modified time | relevance | path

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

/linux-5.10/arch/x86/include/asm/
Dmicrocode_intel.h50 #define get_datasize(mc) \ macro
/linux-5.10/arch/x86/kernel/cpu/microcode/
Dintel.c76 if (get_totalsize(mc_hdr) <= get_datasize(mc_hdr) + MC_HEADER_SIZE) in find_matching_signature()
79 ext_hdr = mc + get_datasize(mc_hdr) + MC_HEADER_SIZE; in find_matching_signature()
189 data_size = get_datasize(mc_header); in microcode_sanity_check()
410 data_size = get_datasize(mc_saved_header); in show_saved_mc()