Home
last modified time | relevance | path

Searched refs:IA64_STK_OFFSET (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/ia64/include/asm/
H A Dptrace.h39 #define IA64_STK_OFFSET ((1 << KERNEL_STACK_SIZE_ORDER)*PAGE_SIZE) macro
41 #define KERNEL_STACK_SIZE IA64_STK_OFFSET
88 # define task_pt_regs(t) (((struct pt_regs *) ((char *) (t) + IA64_STK_OFFSET)) - 1)
91 # define user_stack(task,regs) ((long) regs - (long) task == IA64_STK_OFFSET - sizeof(*regs))
/openbmc/linux/arch/ia64/kernel/
H A Dmca_drv_asm.S30 addl sp=IA64_STK_OFFSET-IA64_PT_REGS_SIZE,r2
H A Dminstate.h77 (pUStk) addl r1=IA64_STK_OFFSET-IA64_PT_REGS_SIZE,r1; /* compute base of memory stack */ \
H A Dprocess.c313 child_ptregs = (struct pt_regs *) ((unsigned long) p + IA64_STK_OFFSET) - 1; in copy_thread()
H A Dfsys.S506 addl r1=IA64_STK_OFFSET-IA64_PT_REGS_SIZE,r2 // A compute base of memory stack
H A Dunwind.c1976 if ((long)((unsigned long)info->task + IA64_STK_OFFSET - sp) in unw_unwind_to_user()
2020 stklimit = (unsigned long) t + IA64_STK_OFFSET; in init_frame_info()
H A Divt.S818 (pUStk) addl r1=IA64_STK_OFFSET-IA64_PT_REGS_SIZE,r1 // A compute base of memory stack
H A Dptrace.c681 if ((long)((unsigned long)child + IA64_STK_OFFSET - sp) in convert_to_non_syscall()
H A Dhead.S357 addl r12=IA64_STK_OFFSET-IA64_PT_REGS_SIZE-16,r2