Searched refs:CONTAINER_HDR_SZ (Results 1 – 2 of 2) sorted by relevance
107 size = header[2] + CONTAINER_HDR_SZ; in compute_container_size()182 eq = (struct equiv_cpu_entry *)(data + CONTAINER_HDR_SZ); in apply_ucode_in_initrd()187 offset = header[2] + CONTAINER_HDR_SZ; in apply_ucode_in_initrd()372 eq = (struct equiv_cpu_entry *)(container + CONTAINER_HDR_SZ); in load_ucode_amd_ap()729 memcpy(equiv_cpu_table, buf + CONTAINER_HDR_SZ, size); in install_equiv_cpu_table()732 return size + CONTAINER_HDR_SZ; in install_equiv_cpu_table()
11 #define CONTAINER_HDR_SZ 12 macro