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

/linux-master/arch/x86/include/asm/
H A Dmicrocode.h51 #define MC_HEADER_SIZE (sizeof(struct microcode_header_intel)) macro
/linux-master/arch/x86/kernel/cpu/microcode/
H A Dintel.c57 #define DEFAULT_UCODE_TOTALSIZE (DEFAULT_UCODE_DATASIZE + MC_HEADER_SIZE)
108 if (get_totalsize(mc_hdr) <= intel_microcode_get_datasize(mc_hdr) + MC_HEADER_SIZE)
111 ext_hdr = mc + intel_microcode_get_datasize(mc_hdr) + MC_HEADER_SIZE;
148 if (data_size + MC_HEADER_SIZE > total_size) {
161 ext_table_size = total_size - (MC_HEADER_SIZE + data_size);
173 ext_header = mc + MC_HEADER_SIZE + data_size;
205 i = (MC_HEADER_SIZE + data_size) / sizeof(u32);
/linux-master/drivers/platform/x86/intel/ifs/
H A Dload.c78 meta_header = (ucode + MC_HEADER_SIZE + data_size) - total_meta;

Completed in 139 milliseconds