Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kernel/cpu/microcode/
Damd.c93 if (buf_size <= CONTAINER_HDR_SZ) { in verify_container()
133 buf_size -= CONTAINER_HDR_SZ; in verify_equivalence_table()
308 table.entry = (struct equiv_cpu_entry *)(buf + CONTAINER_HDR_SZ); in parse_container()
318 buf += hdr[2] + CONTAINER_HDR_SZ; in parse_container()
319 size -= hdr[2] + CONTAINER_HDR_SZ; in parse_container()
741 memcpy(equiv_table.entry, buf + CONTAINER_HDR_SZ, equiv_tbl_len); in install_equiv_cpu_table()
745 return equiv_tbl_len + CONTAINER_HDR_SZ; in install_equiv_cpu_table()
/linux-5.19.10/arch/x86/include/asm/
Dmicrocode_amd.h12 #define CONTAINER_HDR_SZ 12 macro