Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dmicrocode_amd.h22 struct microcode_header_amd { struct
40 struct microcode_header_amd hdr; argument
/linux-6.1.9/arch/x86/kernel/cpu/microcode/
Damd.c180 if (p_size < sizeof(struct microcode_header_amd)) { in __verify_patch_section()
237 struct microcode_header_amd *mc_hdr; in verify_patch()
273 mc_hdr = (struct microcode_header_amd *)(buf + SECTION_HDR_SIZE); in verify_patch()
780 struct microcode_header_amd *mc_hdr; in verify_and_add_patch()
803 mc_hdr = (struct microcode_header_amd *)(fw + SECTION_HDR_SIZE); in verify_and_add_patch()