Searched refs:CONTAINER_HDR_SZ (Results 1 – 3 of 3) sorted by relevance
75 size = header[2] + CONTAINER_HDR_SZ; in compute_container_size()150 eq = (struct equiv_cpu_entry *)(data + CONTAINER_HDR_SZ); in apply_ucode_in_initrd()155 offset = header[2] + CONTAINER_HDR_SZ; in apply_ucode_in_initrd()323 eq = (struct equiv_cpu_entry *)(container + CONTAINER_HDR_SZ); in load_ucode_amd_ap()
254 memcpy(equiv_cpu_table, buf + CONTAINER_HDR_SZ, size); in install_equiv_cpu_table()257 return size + CONTAINER_HDR_SZ; in install_equiv_cpu_table()
11 #define CONTAINER_HDR_SZ 12 macro