Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/microcode/
Dintel_lib.c49 unsigned long total_size, data_size, ext_table_size; in microcode_sanity_check() local
69 ext_table_size = total_size - (MC_HEADER_SIZE + data_size); in microcode_sanity_check()
70 if (ext_table_size) { in microcode_sanity_check()
71 if ((ext_table_size < EXT_HEADER_SIZE) in microcode_sanity_check()
72 || ((ext_table_size - EXT_HEADER_SIZE) % EXT_SIGNATURE_SIZE)) { in microcode_sanity_check()
78 if (ext_table_size != exttable_size(ext_header)) { in microcode_sanity_check()
87 if (ext_table_size) { in microcode_sanity_check()
91 i = ext_table_size / DWSIZE; in microcode_sanity_check()
111 if (!ext_table_size) in microcode_sanity_check()