Searched refs:user_stack (Results 1 – 8 of 8) sorted by relevance
/arch/frv/kernel/ |
D | process.c | 156 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/ |
D | misc.c | 167 long user_stack [STACK_SIZE]; variable 168 long* stack_start = &user_stack[STACK_SIZE];
|
/arch/sh/boot/compressed/ |
D | misc_64.c | 169 long __attribute__ ((aligned(8))) user_stack[STACK_SIZE]; variable 170 long *stack_start = &user_stack[STACK_SIZE];
|
D | misc_32.c | 189 long user_stack [STACK_SIZE]; variable 190 long* stack_start = &user_stack[STACK_SIZE];
|
/arch/ia64/include/asm/ |
D | ptrace.h | 264 # 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/ |
D | misc.c | 313 long user_stack[STACK_SIZE]; variable 318 } stack_start = { &user_stack[STACK_SIZE], 0 };
|
/arch/ia64/kernel/ |
D | unaligned.c | 346 if (!user_stack(current, regs)) { in set_rse_reg() 417 if (!user_stack(current, regs)) { in get_rse_reg()
|
/arch/arm/boot/compressed/ |
D | head.S | 296 .word user_stack+4096 @ sp 961 user_stack: .space 4096 label
|