Home
last modified time | relevance | path

Searched refs:stackend (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/mm/
Dusercopy.c39 const void * const stackend = stack + THREAD_SIZE; in check_stack_object() local
43 if (obj + len <= stack || stackend <= obj) in check_stack_object()
51 if (obj < stack || stackend < obj + len) in check_stack_object()
55 ret = arch_within_stack_frames(stack, stackend, obj, len); in check_stack_object()
/Linux-v6.1/arch/x86/include/asm/
Dthread_info.h168 const void * const stackend, in arch_within_stack_frames() argument
184 while (stack <= frame && frame < stackend) { in arch_within_stack_frames()
/Linux-v6.1/include/linux/
Dthread_info.h184 const void * const stackend, in arch_within_stack_frames() argument
/Linux-v6.1/kernel/
Dfork.c953 unsigned long *stackend; in set_task_stack_end_magic() local
955 stackend = end_of_stack(tsk); in set_task_stack_end_magic()
956 *stackend = STACK_END_MAGIC; /* for overflow detection */ in set_task_stack_end_magic()