Searched refs:p_size (Results 1 – 2 of 2) sorted by relevance
158 u32 p_type, p_size; in __verify_patch_section() local170 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()
60 u32 p_size; member