Searched refs:instrument_copy_to_user (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/arch/x86/lib/ |
| H A D | copy_mc.c | 89 instrument_copy_to_user(dst, src, len); in copy_mc_to_user() 97 instrument_copy_to_user(dst, src, len); in copy_mc_to_user()
|
| /linux-6.15/include/linux/ |
| H A D | uaccess.h | 134 instrument_copy_to_user(to, from, n); in __copy_to_user_inatomic() 145 instrument_copy_to_user(to, from, n); in __copy_to_user() 196 instrument_copy_to_user(to, from, n); in _inline_copy_to_user()
|
| H A D | instrumented.h | 110 instrument_copy_to_user(void __user *to, const void *from, unsigned long n) in instrument_copy_to_user() function
|
| /linux-6.15/include/asm-generic/ |
| H A D | cacheflush.h | 109 instrument_copy_to_user((void __user *)dst, src, len); \
|
| /linux-6.15/arch/s390/lib/ |
| H A D | uaccess.c | 143 instrument_copy_to_user(to, from, n); in _copy_to_user_key()
|
| /linux-6.15/lib/ |
| H A D | iov_iter.c | 24 instrument_copy_to_user(iter_to, from, len); in copy_to_user_iter() 197 instrument_copy_to_user(iter_to, from, len); in copy_to_user_iter_mc()
|