Searched refs:check_copy_size (Results 1 – 3 of 3) sorted by relevance
1 #define check_copy_size(A, B, C) (1) macro
16 check_copy_size(const void *addr, size_t bytes, bool is_source) in check_copy_size() function
218 if (!check_copy_size(to, n, false)) in copy_from_user()230 if (!check_copy_size(from, n, true)) in copy_to_user()