Home
last modified time | relevance | path

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

/mm/
Dusercopy.c72 void usercopy_warn(const char *name, const char *detail, bool to_user, in usercopy_warn() argument
76 to_user ? "exposure" : "overwrite", in usercopy_warn()
77 to_user ? "from" : "to", in usercopy_warn()
84 bool to_user, unsigned long offset, in usercopy_abort() argument
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
125 usercopy_abort("kernel text", NULL, to_user, ptr - textlow, n); in check_kernel_text_object()
143 usercopy_abort("linear kernel text", NULL, to_user, in check_kernel_text_object()
148 bool to_user) in check_bogus_address() argument
[all …]
Dslub.c4107 bool to_user) in __check_heap_object() argument
4122 to_user, 0, n); in __check_heap_object()
4134 s->name, to_user, offset, n); in __check_heap_object()
4153 usercopy_warn("SLUB object", s->name, to_user, offset, n); in __check_heap_object()
4157 usercopy_abort("SLUB object", s->name, to_user, offset, n); in __check_heap_object()
Dslab.c4163 bool to_user) in __check_heap_object() argument
4197 usercopy_warn("SLAB object", cachep->name, to_user, offset, n); in __check_heap_object()
4201 usercopy_abort("SLAB object", cachep->name, to_user, offset, n); in __check_heap_object()