Home
last modified time | relevance | path

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

/arch/sh/boot/compressed/
Dmisc.c121 long __attribute__ ((aligned(stackalign))) user_stack[STACK_SIZE]; variable
122 long *stack_start = &user_stack[STACK_SIZE];
/arch/ia64/include/asm/
Dptrace.h92 # define user_stack(task,regs) ((long) regs - (long) task == IA64_STK_OFFSET - sizeof(*regs)) macro
97 !user_mode(_regs) && user_stack(_task, _regs); \
/arch/ia64/kernel/
Dunaligned.c349 if (!user_stack(current, regs)) { in set_rse_reg()
420 if (!user_stack(current, regs)) { in get_rse_reg()