Searched refs:instrument_copy_to_user (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/include/linux/ |
D | uaccess.h | 103 instrument_copy_to_user(to, from, n); in __copy_to_user_inatomic() 114 instrument_copy_to_user(to, from, n); in __copy_to_user() 147 instrument_copy_to_user(to, from, n); in _copy_to_user()
|
D | instrumented.h | 117 instrument_copy_to_user(void __user *to, const void *from, unsigned long n) in instrument_copy_to_user() function
|
/linux-6.1.9/include/asm-generic/ |
D | cacheflush.h | 110 instrument_copy_to_user((void __user *)dst, src, len); \
|
/linux-6.1.9/lib/ |
D | usercopy.c | 33 instrument_copy_to_user(to, from, n); in _copy_to_user()
|
D | iov_iter.c | 169 instrument_copy_to_user(to, from, n); in copyout() 540 instrument_copy_to_user(to, from, n); in copyout_mc()
|
/linux-6.1.9/arch/s390/lib/ |
D | uaccess.c | 143 instrument_copy_to_user(to, from, n); in _copy_to_user_key()
|