Home
last modified time | relevance | path

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

/linux/mm/
H 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/arch/x86/include/asm/
H A Dthread_info.h167 const void * const stackend, in arch_within_stack_frames() argument
183 while (stack <= frame && frame < stackend) { in arch_within_stack_frames()
/linux/arch/powerpc/include/asm/
H A Dthread_info.h204 const void * const stackend, in arch_within_stack_frames() argument
222 while (stack <= frame && frame < stackend) { in arch_within_stack_frames()
/linux/include/linux/
H A Dthread_info.h213 const void * const stackend, in arch_within_stack_frames() argument
/linux/kernel/
H A Dfork.c860 unsigned long *stackend; in set_task_stack_end_magic() local
862 stackend = end_of_stack(tsk); in set_task_stack_end_magic()
863 *stackend = STACK_END_MAGIC; /* for overflow detection */ in set_task_stack_end_magic()