Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/
A 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.3-rc2/arch/x86/include/asm/
A 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.3-rc2/include/linux/
A Dthread_info.h200 const void * const stackend, in arch_within_stack_frames() argument
/linux-6.3-rc2/kernel/
A Dfork.c963 unsigned long *stackend; in set_task_stack_end_magic() local
965 stackend = end_of_stack(tsk); in set_task_stack_end_magic()
966 *stackend = STACK_END_MAGIC; /* for overflow detection */ in set_task_stack_end_magic()

Completed in 12 milliseconds