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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dmicrocode_intel.c123 #define MC_HEADER_SIZE (sizeof(struct microcode_header_intel)) macro
124 #define DEFAULT_UCODE_TOTALSIZE (DEFAULT_UCODE_DATASIZE + MC_HEADER_SIZE)
198 if (data_size + MC_HEADER_SIZE > total_size) {
207 ext_table_size = total_size - (MC_HEADER_SIZE + data_size);
214 ext_header = mc + MC_HEADER_SIZE + data_size;
238 i = (MC_HEADER_SIZE + data_size) / DWSIZE;
282 if (total_size <= get_datasize(mc_header) + MC_HEADER_SIZE)
285 ext_header = mc + get_datasize(mc_header) + MC_HEADER_SIZE;

Completed in 57 milliseconds