Home
last modified time | relevance | path

Searched refs:to_user (Results 1 – 12 of 12) sorted by relevance

/linux/mm/
A Dusercopy.c76 to_user ? "exposure" : "overwrite", in usercopy_warn()
77 to_user ? "from" : "to", in usercopy_warn()
88 to_user ? "exposure" : "overwrite", in usercopy_abort()
89 to_user ? "from" : "to", in usercopy_abort()
118 unsigned long n, bool to_user) in check_kernel_text_object() argument
148 bool to_user) in check_bogus_address() argument
177 if (!to_user) in check_page_span()
215 NULL, to_user, 0, n); in check_page_span()
218 to_user, 0, n); in check_page_span()
224 bool to_user) in check_heap_object() argument
[all …]
A Dslub.c4488 bool to_user) in __check_heap_object() argument
4502 to_user, 0, n); in __check_heap_object()
4514 s->name, to_user, offset, n); in __check_heap_object()
4524 usercopy_abort("SLUB object", s->name, to_user, offset, n); in __check_heap_object()
A Dslab.c4181 bool to_user) in __check_heap_object() argument
4206 usercopy_abort("SLAB object", cachep->name, to_user, offset, n); in __check_heap_object()
/linux/drivers/misc/lkdtm/
A Dusercopy.c49 static noinline void do_usercopy_stack(bool to_user, bool bad_frame) in do_usercopy_stack() argument
77 if (to_user) { in do_usercopy_stack()
122 static void do_usercopy_heap_size(bool to_user) in do_usercopy_heap_size() argument
151 if (to_user) { in do_usercopy_heap_size()
190 static void do_usercopy_heap_whitelist(bool to_user) in do_usercopy_heap_whitelist() argument
228 if (to_user) { in do_usercopy_heap_whitelist()
/linux/include/linux/
A Dthread_info.h179 bool to_user);
182 bool to_user) in check_object_size() argument
185 __check_object_size(ptr, n, to_user); in check_object_size()
189 bool to_user) in check_object_size() argument
A Duaccess.h404 void usercopy_warn(const char *name, const char *detail, bool to_user,
407 bool to_user, unsigned long offset,
A Dslab.h194 bool to_user);
197 struct page *page, bool to_user) { } in __check_heap_object() argument
/linux/drivers/media/mc/
A Dmc-device.c408 #define MEDIA_IOC_ARG(__cmd, func, fl, from_user, to_user) \ argument
414 .arg_to_user = to_user, \
/linux/arch/sparc/kernel/
A Drtrap_64.S159 to_user: wrpr %g0, RTRAP_PSTATE_IRQOFF, %pstate label
/linux/lib/
A DKconfig.kasan210 KUnit. Currently includes tests that do bad copy_from/to_user
/linux/drivers/char/
A Dvirtio_console.c664 size_t out_count, bool to_user) in fill_readbuf() argument
675 if (to_user) { in fill_readbuf()
/linux/Documentation/sound/kernel-api/
A Dwriting-an-alsa-driver.rst3678 Here the functions are named as ``from_user`` and ``to_user`` because

Completed in 39 milliseconds