Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dmicrocode.h34 struct microcode_header_intel { struct
50 struct microcode_header_intel hdr; argument
55 #define MC_HEADER_SIZE (sizeof(struct microcode_header_intel))
59 static inline int intel_microcode_get_datasize(struct microcode_header_intel *hdr) in intel_microcode_get_datasize()