Searched refs:esp0 (Results 1 – 18 of 18) sorted by relevance
| /linux-4.4.14/arch/h8300/include/asm/ |
| D | processor.h | 60 unsigned long esp0; /* points to SR of stack frame */ member 71 .esp0 = 0, \ 129 if ((tsk)->thread.esp0 > PAGE_SIZE && \ 130 MAP_NR((tsk)->thread.esp0) < max_mapnr) \ 131 eip = ((struct pt_regs *) (tsk)->thread.esp0)->pc; \
|
| D | ptrace.h | 26 #define signal_pt_regs() ((struct pt_regs *)current->thread.esp0)
|
| /linux-4.4.14/arch/h8300/kernel/ |
| D | ptrace.c | 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()
|
| D | traps.c | 46 current->thread.esp0 = ssp; in set_esp0() 160 show_stack(tsk, (unsigned long *)tsk->thread.esp0); in show_trace_task()
|
| D | process.c | 131 return ((struct pt_regs *)tsk->thread.esp0)->pc; in thread_saved_pc()
|
| D | signal.c | 265 current->thread.esp0 = (unsigned long) regs; in do_signal()
|
| /linux-4.4.14/arch/m68k/include/asm/ |
| D | processor.h | 89 unsigned long esp0; /* points to SR of stack frame */ member 170 if ((tsk)->thread.esp0 > PAGE_SIZE && \ 171 (virt_addr_valid((tsk)->thread.esp0))) \ 172 eip = ((struct pt_regs *) (tsk)->thread.esp0)->pc; \ 176 #define task_pt_regs(tsk) ((struct pt_regs *) ((tsk)->thread.esp0))
|
| /linux-4.4.14/arch/blackfin/include/asm/ |
| D | processor.h | 57 unsigned long esp0; /* points to SR of stack frame pt_regs */ member 95 if ((tsk)->thread.esp0 > PAGE_SIZE && \ 96 MAP_NR((tsk)->thread.esp0) < max_mapnr) \ 97 eip = ((struct pt_regs *) (tsk)->thread.esp0)->pc; \
|
| /linux-4.4.14/sound/pci/au88x0/ |
| D | au88x0_xtalk.c | 573 u32 esp0 = 0; in vortex_XtalkHw_SetDelay() local 575 esp0 &= 0x1FFFFFFF; in vortex_XtalkHw_SetDelay() 576 esp0 |= 0xA0000000; in vortex_XtalkHw_SetDelay() 577 esp0 = (esp0 & 0xffffE0ff) | ((right & 0x1F) << 8); in vortex_XtalkHw_SetDelay() 578 esp0 = (esp0 & 0xfffc1fff) | ((left & 0x1F) << 0xd); in vortex_XtalkHw_SetDelay() 580 hwwrite(vortex->mmio, 0x24660, esp0); in vortex_XtalkHw_SetDelay() 610 int esp0; 612 esp0 = hwread(vortex->mmio, 0x24660); 613 *right = (esp0 >> 8) & 0x1f; 614 *left = (esp0 >> 0xd) & 0x1f;
|
| D | au88x0_a3d.c | 391 int esp0 = 0; in a3dsrc_SetA3DSampleRate() local 393 esp0 = (((esp0 & 0x7fffffff) | 0xB8000000) & 0x7) | ((sr & 0x1f) << 3); in a3dsrc_SetA3DSampleRate() 394 hwwrite(vortex->mmio, A3D_SLICE_Control + ((a->slice) << 0xd), esp0); in a3dsrc_SetA3DSampleRate()
|
| /linux-4.4.14/arch/m68k/kernel/ |
| D | ptrace.c | 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()
|
| D | asm-offsets.c | 35 DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0)); in main()
|
| D | process.c | 143 p->thread.esp0 = (unsigned long)&frame->regs; in copy_thread()
|
| D | traps.c | 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()
|
| D | signal.c | 1083 current->thread.esp0 = (unsigned long) regs; in do_signal()
|
| /linux-4.4.14/arch/x86/kvm/ |
| D | tss.h | 6 u32 esp0; member
|
| /linux-4.4.14/arch/blackfin/kernel/ |
| D | signal.c | 255 current->thread.esp0 = (unsigned long)regs; in do_signal()
|
| D | asm-offsets.c | 41 DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0)); in main()
|