Searched refs:ext_table_size (Results 1 – 1 of 1) sorted by relevance
145 unsigned long total_size, data_size, ext_table_size; in microcode_sanity_check() local164 ext_table_size = total_size - (MC_HEADER_SIZE + data_size); in microcode_sanity_check()165 if ( ext_table_size ) in microcode_sanity_check()167 if ( (ext_table_size < EXT_HEADER_SIZE) || in microcode_sanity_check()168 ((ext_table_size - EXT_HEADER_SIZE) % EXT_SIGNATURE_SIZE) ) in microcode_sanity_check()175 if ( ext_table_size != exttable_size(ext_header) ) in microcode_sanity_check()185 if ( ext_table_size ) in microcode_sanity_check()190 i = ext_table_size / DWSIZE; in microcode_sanity_check()211 if ( !ext_table_size ) in microcode_sanity_check()
Completed in 3 milliseconds