Home
last modified time | relevance | path

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

/linux/tools/virtio/linux/
H A Dthread_info.h1 #define check_copy_size(A, B, C) (1) macro
H A Ducopysize.h16 check_copy_size(const void *addr, size_t bytes, bool is_source) in check_copy_size() function
/linux/include/linux/
H A Duaccess.h220 if (!check_copy_size(to, n, false)) in copy_from_user()
228 if (!check_copy_size(from, n, true)) in copy_to_user()
/linux/arch/powerpc/include/asm/
H A Duaccess.h451 if (check_copy_size(from, n, true)) { in __user_access_begin()