Searched refs:kmsan_copy_to_user (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/include/linux/ |
D | kmsan-checks.h | 61 void kmsan_copy_to_user(void __user *to, const void *from, size_t to_copy, 76 static inline void kmsan_copy_to_user(void __user *to, const void *from, in kmsan_copy_to_user() function
|
D | instrumented.h | 121 kmsan_copy_to_user(to, from, n, 0); in instrument_copy_to_user() 189 kmsan_copy_to_user(ptr, &from, sizeof(from), 0); \
|
/linux-6.1.9/mm/kmsan/ |
D | hooks.c | 211 void kmsan_copy_to_user(void __user *to, const void *from, size_t to_copy, in kmsan_copy_to_user() function 247 EXPORT_SYMBOL(kmsan_copy_to_user);
|