Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/cpu/microcode/
H A Damd.c365 static bool __verify_patch_section(const u8 *buf, size_t buf_size, u32 *sh_psize) in __verify_patch_section() argument
390 *sh_psize = p_size; in __verify_patch_section()
401 static bool __verify_patch_size(u32 sh_psize, size_t buf_size) in __verify_patch_size() argument
424 if (sh_psize > max_size) in __verify_patch_size()
429 return sh_psize <= buf_size; in __verify_patch_size()
444 u32 sh_psize; in verify_patch() local
448 if (!__verify_patch_section(buf, buf_size, &sh_psize)) in verify_patch()
462 if (buf_size < sh_psize) { in verify_patch()
463 pr_debug("Patch of size %u truncated.\n", sh_psize); in verify_patch()
467 if (!__verify_patch_size(sh_psize, buf_size)) { in verify_patch()
[all …]