Home
last modified time | relevance | path

Searched refs:esp0 (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/arch/h8300/include/asm/
Dprocessor.h61 unsigned long esp0; /* points to SR of stack frame */ member
72 .esp0 = 0, \
119 if ((tsk)->thread.esp0 > PAGE_SIZE && \
120 MAP_NR((tsk)->thread.esp0) < max_mapnr) \
121 eip = ((struct pt_regs *) (tsk)->thread.esp0)->pc; \
Dptrace.h29 #define signal_pt_regs() ((struct pt_regs *)current->thread.esp0)
/Linux-v4.19/arch/m68k/include/asm/
Dprocessor.h90 unsigned long esp0; /* points to SR of stack frame */ member
139 if ((tsk)->thread.esp0 > PAGE_SIZE && \
140 (virt_addr_valid((tsk)->thread.esp0))) \
141 eip = ((struct pt_regs *) (tsk)->thread.esp0)->pc; \
145 #define task_pt_regs(tsk) ((struct pt_regs *) ((tsk)->thread.esp0))
/Linux-v4.19/arch/h8300/kernel/
Dptrace.c46 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()
Dtraps.c48 current->thread.esp0 = ssp; in set_esp0()
Dsignal.c266 current->thread.esp0 = (unsigned long) regs; in do_signal()
/Linux-v4.19/sound/pci/au88x0/
Dau88x0_xtalk.c573 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;
Dau88x0_a3d.c391 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-v4.19/arch/m68k/kernel/
Dptrace.c82 addr = (unsigned long *)(task->thread.esp0 + regoff[regno]); in get_reg()
87 long stkadj = *(long *)(task->thread.esp0 + PT_REG(stkadj)); in get_reg()
107 addr = (unsigned long *)(task->thread.esp0 + regoff[regno]); in put_reg()
112 long stkadj = *(long *)(task->thread.esp0 + PT_REG(stkadj)); in put_reg()
Dasm-offsets.c36 DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0)); in main()
Dprocess.c133 p->thread.esp0 = (unsigned long)&frame->regs; in copy_thread()
Dtraps.c761 current->thread.esp0 = (unsigned long) fp; in buserr_c()
946 stack = (unsigned long *)task->thread.esp0; in show_stack()
1147 current->thread.esp0 = ssp; in set_esp0()
Dsignal.c1115 current->thread.esp0 = (unsigned long) regs; in do_signal()
/Linux-v4.19/arch/x86/kvm/
Dtss.h7 u32 esp0; member