Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/microcode/
Dintel_lib.c43 unsigned long total_size, data_size, ext_table_size; in microcode_sanity_check() local
63 ext_table_size = total_size - (MC_HEADER_SIZE + data_size); in microcode_sanity_check()
64 if (ext_table_size) { in microcode_sanity_check()
65 if ((ext_table_size < EXT_HEADER_SIZE) in microcode_sanity_check()
66 || ((ext_table_size - EXT_HEADER_SIZE) % EXT_SIGNATURE_SIZE)) { in microcode_sanity_check()
72 if (ext_table_size != exttable_size(ext_header)) { in microcode_sanity_check()
81 if (ext_table_size) { in microcode_sanity_check()
85 i = ext_table_size / DWSIZE; in microcode_sanity_check()
105 if (!ext_table_size) in microcode_sanity_check()