Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/cpu/microcode/
Damd.c95 return CONTAINER_HDR_SZ; in parse_container()
99 eq = (struct equiv_cpu_entry *)(buf + CONTAINER_HDR_SZ); in parse_container()
104 buf += hdr[2] + CONTAINER_HDR_SZ; in parse_container()
105 size -= hdr[2] + CONTAINER_HDR_SZ; in parse_container()
569 memcpy(equiv_cpu_table, buf + CONTAINER_HDR_SZ, size); in install_equiv_cpu_table()
572 return size + CONTAINER_HDR_SZ; in install_equiv_cpu_table()
/Linux-v4.19/arch/x86/include/asm/
Dmicrocode_amd.h12 #define CONTAINER_HDR_SZ 12 macro