intel_ucode_header
struct intel_ucode_header *update;
data += sizeof(struct intel_ucode_header);
struct intel_ucode_header *
struct intel_ucode_header *hdr;
hdr = (struct intel_ucode_header *)data;
if (left < sizeof(struct intel_ucode_header)) {
sizeof(struct intel_ucode_header);
cpu_ucode_intel_verify(struct intel_ucode_header *hdr)
CTASSERT(sizeof(struct intel_ucode_header) == 48);
sizeof(struct intel_ucode_header);
cpu_ucode_intel_match(struct intel_ucode_header *hdr,
sizeof(struct intel_ucode_header);
if (total_size <= sizeof(struct intel_ucode_header) +
ehdr = (void *)((char *)hdr + sizeof(struct intel_ucode_header) +
struct intel_ucode_header *
int cpu_ucode_intel_verify(struct intel_ucode_header *);
int cpu_ucode_intel_match(struct intel_ucode_header *, uint32_t, uint32_t,
struct intel_ucode_header *cpu_ucode_intel_applied;
struct intel_ucode_header *update;
data += sizeof(struct intel_ucode_header);
struct intel_ucode_header *
struct intel_ucode_header *hdr;
hdr = (struct intel_ucode_header *)data;
if (left < sizeof(struct intel_ucode_header)) {
sizeof(struct intel_ucode_header);
cpu_ucode_intel_verify(struct intel_ucode_header *hdr)
CTASSERT(sizeof(struct intel_ucode_header) == 48);
sizeof(struct intel_ucode_header);
cpu_ucode_intel_match(struct intel_ucode_header *hdr,
sizeof(struct intel_ucode_header);
if (total_size <= sizeof(struct intel_ucode_header) +
ehdr = (void *)((char *)hdr + sizeof(struct intel_ucode_header) +
struct intel_ucode_header *
int cpu_ucode_intel_verify(struct intel_ucode_header *);
int cpu_ucode_intel_match(struct intel_ucode_header *, uint32_t, uint32_t,
struct intel_ucode_header *cpu_ucode_intel_applied;