Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/microcode/
H A Damd.c429 static bool __verify_patch_section(const u8 *buf, size_t buf_size, u32 *sh_psize) in __verify_patch_section() argument
454 *sh_psize = p_size; in __verify_patch_section()
465 static bool __verify_patch_size(u32 sh_psize, size_t buf_size) in __verify_patch_size() argument
488 if (sh_psize > max_size) in __verify_patch_size()
493 return sh_psize <= buf_size; in __verify_patch_size()
509 u32 sh_psize; in verify_patch() local
513 if (!__verify_patch_section(buf, buf_size, &sh_psize)) in verify_patch()
527 if (buf_size < sh_psize) { in verify_patch()
528 ucode_dbg("Patch of size %u truncated.\n", sh_psize); in verify_patch()
532 if (!__verify_patch_size(sh_psize, buf_size)) { in verify_patch()
[all …]