Searched refs:array_end (Results 1 – 1 of 1) sorted by relevance
183 uintptr_t array_end = __pval(*buf_ptr) + *count * sizeof(uint32_t); in copy_uint32_array_from_buf() local184 if (*count >= UINT32_MAX / sizeof(uint32_t) || array_end < __pval(*buf_ptr) || in copy_uint32_array_from_buf()185 array_end > __pval(end)) in copy_uint32_array_from_buf()