Home
last modified time | relevance | path

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

/linux-6.6.21/mm/
Dusercopy.c40 const void * const stackend = stack + THREAD_SIZE; in check_stack_object() local
44 if (obj + len <= stack || stackend <= obj) in check_stack_object()
52 if (obj < stack || stackend < obj + len) in check_stack_object()
56 ret = arch_within_stack_frames(stack, stackend, obj, len); in check_stack_object()
/linux-6.6.21/arch/x86/include/asm/
Dthread_info.h173 const void * const stackend, in arch_within_stack_frames() argument
189 while (stack <= frame && frame < stackend) { in arch_within_stack_frames()
/linux-6.6.21/arch/powerpc/include/asm/
Dthread_info.h201 const void * const stackend, in arch_within_stack_frames() argument
219 while (stack <= frame && frame < stackend) { in arch_within_stack_frames()
/linux-6.6.21/include/linux/
Dthread_info.h200 const void * const stackend, in arch_within_stack_frames() argument
/linux-6.6.21/kernel/
Dfork.c1097 unsigned long *stackend; in set_task_stack_end_magic() local
1099 stackend = end_of_stack(tsk); in set_task_stack_end_magic()
1100 *stackend = STACK_END_MAGIC; /* for overflow detection */ in set_task_stack_end_magic()