Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/microcode/
Damd.c158 u32 p_type, p_size; in __verify_patch_section() local
170 p_size = hdr[1]; in __verify_patch_section()
180 if (p_size < sizeof(struct microcode_header_amd)) { in __verify_patch_section()
182 pr_debug("Patch of size %u too short.\n", p_size); in __verify_patch_section()
187 *sh_psize = p_size; in __verify_patch_section()
/arch/alpha/boot/tools/
Dmkbb.c60 u32 p_size; member