Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dusercopy.c37 const void * const stackend = stack + THREAD_SIZE; in check_stack_object() local
41 if (obj + len <= stack || stackend <= obj) in check_stack_object()
49 if (obj < stack || stackend < obj + len) in check_stack_object()
53 ret = arch_within_stack_frames(stack, stackend, obj, len); in check_stack_object()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dthread_info.h178 const void * const stackend, in arch_within_stack_frames() argument
194 while (stack <= frame && frame < stackend) { in arch_within_stack_frames()
/OK3568_Linux_fs/kernel/include/linux/
H A Dthread_info.h117 const void * const stackend, in arch_within_stack_frames() argument
/OK3568_Linux_fs/kernel/kernel/
H A Dfork.c880 unsigned long *stackend; in set_task_stack_end_magic() local
882 stackend = end_of_stack(tsk); in set_task_stack_end_magic()
883 *stackend = STACK_END_MAGIC; /* for overflow detection */ in set_task_stack_end_magic()