Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/microcode/
H A Damd.c45 #define CONTAINER_HDR_SZ 12 macro
130 if (buf_size <= CONTAINER_HDR_SZ) { in verify_container()
170 buf_size -= CONTAINER_HDR_SZ; in verify_equivalence_table()
345 table.entry = (struct equiv_cpu_entry *)(buf + CONTAINER_HDR_SZ); in parse_container()
355 buf += hdr[2] + CONTAINER_HDR_SZ; in parse_container()
356 size -= hdr[2] + CONTAINER_HDR_SZ; in parse_container()
753 memcpy(equiv_table.entry, buf + CONTAINER_HDR_SZ, equiv_tbl_len); in install_equiv_cpu_table()
757 return equiv_tbl_len + CONTAINER_HDR_SZ; in install_equiv_cpu_table()