Lines Matching refs:usercopy_abort
83 void __noreturn usercopy_abort(const char *name, const char *detail,
125 usercopy_abort("kernel text", NULL, to_user, ptr - textlow, n);
143 usercopy_abort("linear kernel text", NULL, to_user,
152 usercopy_abort("wrapped address", NULL, to_user, 0, ptr + n);
156 usercopy_abort("null address", NULL, to_user, ptr, n);
178 usercopy_abort("rodata", NULL, to_user, 0, n);
209 usercopy_abort("spans multiple pages", NULL, to_user, 0, n);
214 usercopy_abort("spans Reserved and non-Reserved pages",
217 usercopy_abort("spans CMA and non-CMA pages", NULL,
282 usercopy_abort("process stack", NULL, to_user, 0, n);