Home
last modified time | relevance | path

Searched refs:user_stack (Results 1 – 8 of 8) sorted by relevance

/arch/frv/kernel/
Dprocess.c156 inline unsigned long user_stack(const struct pt_regs *regs) in user_stack() function
169 return do_fork(SIGCHLD, user_stack(__frame), __frame, 0, NULL, NULL); in sys_fork()
175 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, user_stack(__frame), __frame, 0, in sys_vfork()
189 newsp = user_stack(__frame); in sys_clone()
/arch/h8300/boot/compressed/
Dmisc.c167 long user_stack [STACK_SIZE]; variable
168 long* stack_start = &user_stack[STACK_SIZE];
/arch/sh/boot/compressed/
Dmisc_64.c169 long __attribute__ ((aligned(8))) user_stack[STACK_SIZE]; variable
170 long *stack_start = &user_stack[STACK_SIZE];
Dmisc_32.c189 long user_stack [STACK_SIZE]; variable
190 long* stack_start = &user_stack[STACK_SIZE];
/arch/ia64/include/asm/
Dptrace.h264 # define user_stack(task,regs) ((long) regs - (long) task == IA64_STK_OFFSET - sizeof(*regs)) macro
269 !user_mode(_regs) && user_stack(_task, _regs); \
/arch/mn10300/boot/compressed/
Dmisc.c313 long user_stack[STACK_SIZE]; variable
318 } stack_start = { &user_stack[STACK_SIZE], 0 };
/arch/ia64/kernel/
Dunaligned.c346 if (!user_stack(current, regs)) { in set_rse_reg()
417 if (!user_stack(current, regs)) { in get_rse_reg()
/arch/arm/boot/compressed/
Dhead.S296 .word user_stack+4096 @ sp
961 user_stack: .space 4096 label