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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/platform/h8s/
H A Dptrace_h8s.c37 return *(unsigned short *)(task->thread.esp0 + h8300_register_offset[regno]);
39 return *(unsigned long *)(task->thread.esp0 + h8300_register_offset[regno]);
51 oldccr = *(unsigned short *)(task->thread.esp0 + h8300_register_offset[regno]);
55 *(unsigned short *)(task->thread.esp0 + h8300_register_offset[regno]) = data;
61 *(unsigned long *)(task->thread.esp0 + h8300_register_offset[regno]) = data;
70 *(unsigned short *)(child->thread.esp0 + h8300_register_offset[PT_EXR]) &= ~EXR_TRACE;
76 *(unsigned short *)(child->thread.esp0 + h8300_register_offset[PT_EXR]) |= EXR_TRACE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dprocessor.h57 unsigned long esp0; /* points to SR of stack frame */ member in struct:thread_struct
68 .esp0 = 0, \
132 if ((tsk)->thread.esp0 > PAGE_SIZE && \
133 MAP_NR((tsk)->thread.esp0) < max_mapnr) \
134 eip = ((struct pt_regs *) (tsk)->thread.esp0)->pc; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dprocessor.h57 unsigned long esp0; /* points to SR of stack frame pt_regs */ member in struct:thread_struct
99 if ((tsk)->thread.esp0 > PAGE_SIZE && \
100 MAP_NR((tsk)->thread.esp0) < max_mapnr) \
101 eip = ((struct pt_regs *) (tsk)->thread.esp0)->pc; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dprocessor.h82 unsigned long esp0; /* points to SR of stack frame */ member in struct:thread_struct
166 if ((tsk)->thread.esp0 > PAGE_SIZE && \
167 (virt_addr_valid((tsk)->thread.esp0))) \
168 eip = ((struct pt_regs *) (tsk)->thread.esp0)->pc; \
172 #define task_pt_regs(tsk) ((struct pt_regs *) ((tsk)->thread.esp0))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/platform/h8300h/
H A Dptrace_h8300h.c35 return *(unsigned short *)(task->thread.esp0 + h8300_register_offset[regno]);
37 return *(unsigned long *)(task->thread.esp0 + h8300_register_offset[regno]);
49 oldccr = *(unsigned short *)(task->thread.esp0 + h8300_register_offset[regno]);
53 *(unsigned short *)(task->thread.esp0 + h8300_register_offset[regno]) = data;
56 *(unsigned long *)(task->thread.esp0 + h8300_register_offset[regno]) = data;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/kernel/
H A Dtraps.c47 current->thread.esp0 = ssp;
166 show_stack(tsk,(unsigned long *)tsk->thread.esp0);
H A Dprocess.c234 return ((struct pt_regs *)tsk->thread.esp0)->pc;
H A Dsignal.c522 current->thread.esp0 = (unsigned long) regs;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dtss.h6 u32 esp0; member in struct:tss_segment_32
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dptrace.c42 /* Find the stack offset for a register, relative to thread.esp0. */
81 addr = (unsigned long *)(task->thread.esp0 + regoff[regno]);
86 long stkadj = *(long *)(task->thread.esp0 + PT_REG(stkadj));
106 addr = (unsigned long *)(task->thread.esp0 + regoff[regno]);
111 long stkadj = *(long *)(task->thread.esp0 + PT_REG(stkadj));
H A Dasm-offsets.c42 DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0));
H A Dtraps.c807 /* Only set esp0 if coming from user mode */
809 current->thread.esp0 = (unsigned long) fp;
970 stack = (unsigned long *)task->thread.esp0;
H A Dsignal.c1028 current->thread.esp0 = (unsigned long) regs;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/au88x0/
H A Dau88x0_xtalk.c396 u32 esp0 = 0; local
398 esp0 &= 0x1FFFFFFF;
399 esp0 |= 0xA0000000;
400 esp0 = (esp0 & 0xffffE0ff) | ((right & 0x1F) << 8);
401 esp0 = (esp0 & 0xfffc1fff) | ((left & 0x1F) << 0xd);
403 hwwrite(vortex->mmio, 0x24660, esp0);
H A Dau88x0_a3d.c215 int esp0 = 0; local
217 esp0 = (((esp0 & 0x7fffffff) | 0xB8000000) & 0x7) | ((sr & 0x1f) << 3);
218 hwwrite(vortex->mmio, A3D_SLICE_Control + ((a->slice) << 0xd), esp0);
219 //hwwrite(vortex->mmio, 0x19C38 + (this08<<0xd), esp0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/kernel/
H A Dptrace.c40 /* Find the stack offset for a register, relative to thread.esp0. */
65 addr = (unsigned long *)(task->thread.esp0 + regoff[regno]);
82 addr = (unsigned long *) (task->thread.esp0 + regoff[regno]);
H A Dtraps.c90 /* Only set esp0 if coming from user mode */
92 current->thread.esp0 = (unsigned long) fp;
320 current->thread.esp0 = ssp;
H A Dasm-offsets.c42 DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dasm-offsets.c40 DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0));
H A Dsignal.c297 current->thread.esp0 = (unsigned long)regs;

Completed in 209 milliseconds