Searched refs:esp0 (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/m68k/include/asm/
H A Dprocessor.h110 unsigned long esp0; /* points to SR of stack frame */ member in struct:thread_struct
155 if ((tsk)->thread.esp0 > PAGE_SIZE && \
156 (virt_addr_valid((tsk)->thread.esp0))) \
157 eip = ((struct pt_regs *) (tsk)->thread.esp0)->pc; \
161 #define task_pt_regs(tsk) ((struct pt_regs *) ((tsk)->thread.esp0))
/linux-master/arch/x86/kvm/
H A Dtss.h7 u32 esp0; member in struct:tss_segment_32
/linux-master/arch/m68k/kernel/
H A Dptrace.c45 /* Find the stack offset for a register, relative to thread.esp0. */
84 addr = (unsigned long *)(task->thread.esp0 + regoff[regno]);
89 long stkadj = *(long *)(task->thread.esp0 + PT_REG(stkadj));
109 addr = (unsigned long *)(task->thread.esp0 + regoff[regno]);
114 long stkadj = *(long *)(task->thread.esp0 + PT_REG(stkadj));
H A Dasm-offsets.c36 DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0));
H A Dprocess.c155 p->thread.esp0 = (unsigned long)&frame->regs;
H A Dtraps.c755 /* Only set esp0 if coming from user mode */
757 current->thread.esp0 = (unsigned long) fp;
940 stack = (unsigned long *)task->thread.esp0;
1141 current->thread.esp0 = ssp;
H A Dsignal.c668 current->thread.esp0 = (unsigned long)&new->ptregs;
1097 current->thread.esp0 = (unsigned long) regs;
/linux-master/sound/pci/au88x0/
H A Dau88x0_xtalk.c561 u32 esp0 = 0; local
563 esp0 &= 0x1FFFFFFF;
564 esp0 |= 0xA0000000;
565 esp0 = (esp0 & 0xffffE0ff) | ((right & 0x1F) << 8);
566 esp0 = (esp0 & 0xfffc1fff) | ((left & 0x1F) << 0xd);
568 hwwrite(vortex->mmio, 0x24660, esp0);
598 int esp0;
600 esp0
[all...]
H A Dau88x0_a3d.c379 int esp0 = 0; local
381 esp0 = (((esp0 & 0x7fffffff) | 0xB8000000) & 0x7) | ((sr & 0x1f) << 3);
382 hwwrite(vortex->mmio, A3D_SLICE_Control + ((a->slice) << 0xd), esp0);
383 //hwwrite(vortex->mmio, 0x19C38 + (this08<<0xd), esp0);

Completed in 162 milliseconds