Searched refs:esp0 (Results 1 – 16 of 16) sorted by relevance
60 unsigned long esp0; /* points to SR of stack frame */ member71 .esp0 = 0, \122 if ((tsk)->thread.esp0 > PAGE_SIZE && \123 MAP_NR((tsk)->thread.esp0) < max_mapnr) \124 eip = ((struct pt_regs *) (tsk)->thread.esp0)->pc; \
26 #define signal_pt_regs() ((struct pt_regs *)current->thread.esp0)
89 unsigned long esp0; /* points to SR of stack frame */ member163 if ((tsk)->thread.esp0 > PAGE_SIZE && \164 (virt_addr_valid((tsk)->thread.esp0))) \165 eip = ((struct pt_regs *) (tsk)->thread.esp0)->pc; \169 #define task_pt_regs(tsk) ((struct pt_regs *) ((tsk)->thread.esp0))
46 return *(unsigned short *)(task->thread.esp0 + in h8300_get_reg()49 return *(unsigned long *)(task->thread.esp0 + in h8300_get_reg()63 oldccr = *(unsigned short *)(task->thread.esp0 + in h8300_put_reg()68 *(unsigned short *)(task->thread.esp0 + in h8300_put_reg()72 oldexr = *(unsigned short *)(task->thread.esp0 + in h8300_put_reg()77 *(unsigned short *)(task->thread.esp0 + in h8300_put_reg()81 *(unsigned long *)(task->thread.esp0 + in h8300_put_reg()
46 current->thread.esp0 = ssp; in set_esp0()160 show_stack(tsk, (unsigned long *)tsk->thread.esp0); in show_trace_task()
131 return ((struct pt_regs *)tsk->thread.esp0)->pc; in thread_saved_pc()
265 current->thread.esp0 = (unsigned long) regs; in do_signal()
57 unsigned long esp0; /* points to SR of stack frame pt_regs */ member88 if ((tsk)->thread.esp0 > PAGE_SIZE && \89 MAP_NR((tsk)->thread.esp0) < max_mapnr) \90 eip = ((struct pt_regs *) (tsk)->thread.esp0)->pc; \
81 addr = (unsigned long *)(task->thread.esp0 + regoff[regno]); in get_reg()86 long stkadj = *(long *)(task->thread.esp0 + PT_REG(stkadj)); in get_reg()106 addr = (unsigned long *)(task->thread.esp0 + regoff[regno]); in put_reg()111 long stkadj = *(long *)(task->thread.esp0 + PT_REG(stkadj)); in put_reg()
35 DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0)); in main()
143 p->thread.esp0 = (unsigned long)&frame->regs; in copy_thread()
760 current->thread.esp0 = (unsigned long) fp; in buserr_c()945 stack = (unsigned long *)task->thread.esp0; in show_stack()1143 current->thread.esp0 = ssp; in set_esp0()
1083 current->thread.esp0 = (unsigned long) regs; in do_signal()
6 u32 esp0; member
255 current->thread.esp0 = (unsigned long)regs; in do_signal()
41 DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0)); in main()