esp0 55 arch/h8300/include/asm/processor.h unsigned long esp0; /* points to SR of stack frame */ esp0 66 arch/h8300/include/asm/processor.h .esp0 = 0, \ esp0 113 arch/h8300/include/asm/processor.h if ((tsk)->thread.esp0 > PAGE_SIZE && \ esp0 114 arch/h8300/include/asm/processor.h MAP_NR((tsk)->thread.esp0) < max_mapnr) \ esp0 115 arch/h8300/include/asm/processor.h eip = ((struct pt_regs *) (tsk)->thread.esp0)->pc; \ esp0 29 arch/h8300/include/asm/ptrace.h #define signal_pt_regs() ((struct pt_regs *)current->thread.esp0) esp0 46 arch/h8300/kernel/ptrace.c return *(unsigned short *)(task->thread.esp0 + esp0 49 arch/h8300/kernel/ptrace.c return *(unsigned long *)(task->thread.esp0 + esp0 63 arch/h8300/kernel/ptrace.c oldccr = *(unsigned short *)(task->thread.esp0 + esp0 68 arch/h8300/kernel/ptrace.c *(unsigned short *)(task->thread.esp0 + esp0 72 arch/h8300/kernel/ptrace.c oldexr = *(unsigned short *)(task->thread.esp0 + esp0 77 arch/h8300/kernel/ptrace.c *(unsigned short *)(task->thread.esp0 + esp0 81 arch/h8300/kernel/ptrace.c *(unsigned long *)(task->thread.esp0 + esp0 266 arch/h8300/kernel/signal.c current->thread.esp0 = (unsigned long) regs; esp0 48 arch/h8300/kernel/traps.c current->thread.esp0 = ssp; esp0 84 arch/m68k/include/asm/processor.h unsigned long esp0; /* points to SR of stack frame */ esp0 133 arch/m68k/include/asm/processor.h if ((tsk)->thread.esp0 > PAGE_SIZE && \ esp0 134 arch/m68k/include/asm/processor.h (virt_addr_valid((tsk)->thread.esp0))) \ esp0 135 arch/m68k/include/asm/processor.h eip = ((struct pt_regs *) (tsk)->thread.esp0)->pc; \ esp0 139 arch/m68k/include/asm/processor.h #define task_pt_regs(tsk) ((struct pt_regs *) ((tsk)->thread.esp0)) esp0 36 arch/m68k/kernel/asm-offsets.c DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0)); esp0 133 arch/m68k/kernel/process.c p->thread.esp0 = (unsigned long)&frame->regs; esp0 82 arch/m68k/kernel/ptrace.c addr = (unsigned long *)(task->thread.esp0 + regoff[regno]); esp0 87 arch/m68k/kernel/ptrace.c long stkadj = *(long *)(task->thread.esp0 + PT_REG(stkadj)); esp0 107 arch/m68k/kernel/ptrace.c addr = (unsigned long *)(task->thread.esp0 + regoff[regno]); esp0 112 arch/m68k/kernel/ptrace.c long stkadj = *(long *)(task->thread.esp0 + PT_REG(stkadj)); esp0 1116 arch/m68k/kernel/signal.c current->thread.esp0 = (unsigned long) regs; esp0 761 arch/m68k/kernel/traps.c current->thread.esp0 = (unsigned long) fp; esp0 946 arch/m68k/kernel/traps.c stack = (unsigned long *)task->thread.esp0; esp0 1147 arch/m68k/kernel/traps.c current->thread.esp0 = ssp; esp0 7 arch/x86/kvm/tss.h u32 esp0; esp0 379 sound/pci/au88x0/au88x0_a3d.c int esp0 = 0; esp0 381 sound/pci/au88x0/au88x0_a3d.c esp0 = (((esp0 & 0x7fffffff) | 0xB8000000) & 0x7) | ((sr & 0x1f) << 3); esp0 382 sound/pci/au88x0/au88x0_a3d.c hwwrite(vortex->mmio, A3D_SLICE_Control + ((a->slice) << 0xd), esp0); esp0 561 sound/pci/au88x0/au88x0_xtalk.c u32 esp0 = 0; esp0 563 sound/pci/au88x0/au88x0_xtalk.c esp0 &= 0x1FFFFFFF; esp0 564 sound/pci/au88x0/au88x0_xtalk.c esp0 |= 0xA0000000; esp0 565 sound/pci/au88x0/au88x0_xtalk.c esp0 = (esp0 & 0xffffE0ff) | ((right & 0x1F) << 8); esp0 566 sound/pci/au88x0/au88x0_xtalk.c esp0 = (esp0 & 0xfffc1fff) | ((left & 0x1F) << 0xd); esp0 568 sound/pci/au88x0/au88x0_xtalk.c hwwrite(vortex->mmio, 0x24660, esp0); esp0 598 sound/pci/au88x0/au88x0_xtalk.c int esp0; esp0 600 sound/pci/au88x0/au88x0_xtalk.c esp0 = hwread(vortex->mmio, 0x24660); esp0 601 sound/pci/au88x0/au88x0_xtalk.c *right = (esp0 >> 8) & 0x1f; esp0 602 sound/pci/au88x0/au88x0_xtalk.c *left = (esp0 >> 0xd) & 0x1f;