Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/include/asm/
Dmicrocode_intel.h54 #define exttable_size(et) ((et)->count * EXT_SIGNATURE_SIZE + EXT_HEADER_SIZE) macro
/linux-5.19.10/arch/x86/kernel/cpu/microcode/
Dintel.c202 if (ext_table_size != exttable_size(ext_header)) { in microcode_sanity_check()