Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/microcode/
Dintel_lib.c58 if (data_size + MC_HEADER_SIZE > total_size) { in microcode_sanity_check()
69 ext_table_size = total_size - (MC_HEADER_SIZE + data_size); in microcode_sanity_check()
77 ext_header = mc + MC_HEADER_SIZE + data_size; in microcode_sanity_check()
103 i = (MC_HEADER_SIZE + data_size) / DWSIZE; in microcode_sanity_check()
144 if (get_totalsize(mc_hdr) <= get_datasize(mc_hdr) + MC_HEADER_SIZE) in find_matching_signature()
147 ext_hdr = mc + get_datasize(mc_hdr) + MC_HEADER_SIZE; in find_matching_signature()
Dintel.c158 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()
434 if (total_size <= data_size + MC_HEADER_SIZE) in show_saved_mc()
437 ext_header = (void *) mc_saved_header + data_size + MC_HEADER_SIZE; in show_saved_mc()
/linux-4.4.14/arch/x86/include/asm/
Dmicrocode_intel.h39 #define MC_HEADER_SIZE (sizeof(struct microcode_header_intel)) macro
40 #define DEFAULT_UCODE_TOTALSIZE (DEFAULT_UCODE_DATASIZE + MC_HEADER_SIZE)