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 | uio.h | 219 if (check_copy_size(addr, bytes, true)) in copy_to_iter() 227 if (check_copy_size(addr, bytes, false)) in copy_from_iter() 255 if (check_copy_size(addr, bytes, false)) in copy_from_iter_nocache()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | uaccess.h | 451 if (check_copy_size(from, n, true)) { in copy_mc_to_user()
|