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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Dmicrocode_intel.c189 unsigned long total_size, data_size, ext_table_size; local
207 ext_table_size = total_size - (MC_HEADER_SIZE + data_size);
208 if (ext_table_size) {
209 if ((ext_table_size < EXT_HEADER_SIZE)
210 || ((ext_table_size - EXT_HEADER_SIZE) % EXT_SIGNATURE_SIZE)) {
215 if (ext_table_size != exttable_size(ext_header)) {
223 if (ext_table_size) {
227 i = ext_table_size / DWSIZE;
245 if (!ext_table_size)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/
H A Dmicrocode_intel.c189 unsigned long total_size, data_size, ext_table_size; local
207 ext_table_size = total_size - (MC_HEADER_SIZE + data_size);
208 if (ext_table_size) {
209 if ((ext_table_size < EXT_HEADER_SIZE)
210 || ((ext_table_size - EXT_HEADER_SIZE) % EXT_SIGNATURE_SIZE)) {
215 if (ext_table_size != exttable_size(ext_header)) {
223 if (ext_table_size) {
227 i = ext_table_size / DWSIZE;
245 if (!ext_table_size)

Completed in 54 milliseconds