Searched refs:check_copy_size (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/virtio/linux/ |
| H A D | thread_info.h | 1 #define check_copy_size(A, B, C) (1) macro
|
| H A D | ucopysize.h | 16 check_copy_size(const void *addr, size_t bytes, bool is_source) in check_copy_size() function
|
| /linux/include/linux/ |
| H A D | uaccess.h | 218 if (!check_copy_size(to, n, false)) in copy_from_user() 230 if (!check_copy_size(from, n, true)) in copy_to_user()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | uaccess.h | 425 if (check_copy_size(from, n, true)) { in copy_mc_to_user()
|