Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/microcode/
H A Damd.c55 struct microcode_header_amd { struct
73 struct microcode_header_amd hdr; argument
217 if (p_size < sizeof(struct microcode_header_amd)) { in __verify_patch_section()
274 struct microcode_header_amd *mc_hdr; in verify_patch()
310 mc_hdr = (struct microcode_header_amd *)(buf + SECTION_HDR_SIZE); in verify_patch()
782 struct microcode_header_amd *mc_hdr; in verify_and_add_patch()
805 mc_hdr = (struct microcode_header_amd *)(fw + SECTION_HDR_SIZE); in verify_and_add_patch()