Searched refs:to_user (Results 1 - 9 of 9) sorted by relevance

/linux-master/mm/
H A Dusercopy.c87 bool to_user, unsigned long offset,
91 to_user ? "exposure" : "overwrite",
92 to_user ? "from" : "to",
121 unsigned long n, bool to_user)
128 usercopy_abort("kernel text", NULL, to_user, ptr - textlow, n);
146 usercopy_abort("linear kernel text", NULL, to_user,
151 bool to_user)
155 usercopy_abort("wrapped address", NULL, to_user, 0, ptr + n);
159 usercopy_abort("null address", NULL, to_user, ptr, n);
163 bool to_user)
86 usercopy_abort(const char *name, const char *detail, bool to_user, unsigned long offset, unsigned long len) argument
120 check_kernel_text_object(const unsigned long ptr, unsigned long n, bool to_user) argument
150 check_bogus_address(const unsigned long ptr, unsigned long n, bool to_user) argument
162 check_heap_object(const void *ptr, unsigned long n, bool to_user) argument
213 __check_object_size(const void *ptr, unsigned long n, bool to_user) argument
[all...]
H A Dslab.h670 const struct slab *slab, bool to_user);
H A Dslub.c5334 const struct slab *slab, bool to_user)
5348 to_user, 0, n);
5360 s->name, to_user, offset, n);
5370 usercopy_abort("SLUB object", s->name, to_user, offset, n);
5333 __check_heap_object(const void *ptr, unsigned long n, const struct slab *slab, bool to_user) argument
/linux-master/drivers/misc/lkdtm/
H A Dusercopy.c55 static noinline void do_usercopy_stack(bool to_user, bool bad_frame) argument
89 if (to_user) {
134 static void do_usercopy_slab_size(bool to_user) argument
163 if (to_user) {
202 static void do_usercopy_slab_whitelist(bool to_user) argument
240 if (to_user) {
/linux-master/include/linux/
H A Dthread_info.h209 bool to_user);
212 bool to_user)
215 __check_object_size(ptr, n, to_user);
219 bool to_user)
211 check_object_size(const void *ptr, unsigned long n, bool to_user) argument
218 check_object_size(const void *ptr, unsigned long n, bool to_user) argument
H A Duaccess.h441 bool to_user, unsigned long offset,
/linux-master/arch/sparc/kernel/
H A Drtrap_64.S159 to_user: wrpr %g0, RTRAP_PSTATE_IRQOFF, %pstate label
/linux-master/drivers/media/mc/
H A Dmc-device.c404 #define MEDIA_IOC_ARG(__cmd, func, fl, from_user, to_user) \
410 .arg_to_user = to_user, \
/linux-master/drivers/char/
H A Dvirtio_console.c654 size_t out_count, bool to_user)
665 if (to_user) {
653 fill_readbuf(struct port *port, u8 __user *out_buf, size_t out_count, bool to_user) argument

Completed in 194 milliseconds