Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/microcode/
H A Damd.c60 #define CONTAINER_HDR_SZ 12 macro
304 if (buf_size <= CONTAINER_HDR_SZ) { in verify_container()
341 buf_size -= CONTAINER_HDR_SZ; in verify_equivalence_table()
512 table.entry = (struct equiv_cpu_entry *)(buf + CONTAINER_HDR_SZ); in parse_container()
522 buf += hdr[2] + CONTAINER_HDR_SZ; in parse_container()
523 size -= hdr[2] + CONTAINER_HDR_SZ; in parse_container()
946 memcpy(equiv_table.entry, buf + CONTAINER_HDR_SZ, equiv_tbl_len); in install_equiv_cpu_table()
951 return equiv_tbl_len + CONTAINER_HDR_SZ; in install_equiv_cpu_table()