Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/include/asm/
Dmicrocode_amd.h22 struct microcode_header_amd { struct
40 struct microcode_header_amd hdr; argument
/Linux-v5.10/arch/x86/kernel/cpu/microcode/
Damd.c180 if (p_size < sizeof(struct microcode_header_amd)) { in __verify_patch_section()
238 struct microcode_header_amd *mc_hdr; in verify_patch()
274 mc_hdr = (struct microcode_header_amd *)(buf + SECTION_HDR_SIZE); in verify_patch()
765 struct microcode_header_amd *mc_hdr; in verify_and_add_patch()
787 mc_hdr = (struct microcode_header_amd *)(fw + SECTION_HDR_SIZE); in verify_and_add_patch()