Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-m68k/
Dprocessor.h75 unsigned long esp0; /* points to SR of stack frame */ member
143 if ((tsk)->thread.esp0 > PAGE_SIZE && \
144 (VALID_PAGE(virt_to_page((tsk)->thread.esp0)))) \
145 eip = ((struct pt_regs *) (tsk)->thread.esp0)->pc; \
/linux-2.4.37.9/arch/i386/kernel/
Dvm86.c114 tss->esp0 = current->thread.esp0 = current->thread.saved_esp0; in save_v86_state()
279 tsk->thread.saved_esp0 = tsk->thread.esp0; in do_sys_vm86()
281 tss->esp0 = tsk->thread.esp0 = (unsigned long) &info->VM86_TSS_ESP0; in do_sys_vm86()
Dprocess.c561 p->thread.esp0 = (unsigned long) (childregs+1); in copy_thread()
658 tss->esp0 = next->esp0; in __switch_to()
Dptrace.c51 stack = (unsigned char *)task->thread.esp0; in get_stack_long()
67 stack = (unsigned char *) task->thread.esp0; in put_stack_long()
Dirq.c217 esp = init_tss[i].esp0; in show()
Dsetup.c3221 t->esp0 = current->thread.esp0; in cpu_init()
/linux-2.4.37.9/include/asm-i386/
Dprocessor.h331 unsigned long esp0; member
363 unsigned long esp0; member
/linux-2.4.37.9/arch/m68k/kernel/
Dptrace.c66 addr = (unsigned long *)(task->thread.esp0 + regoff[regno]); in get_reg()
83 addr = (unsigned long *) (task->thread.esp0 + regoff[regno]); in put_reg()
Dm68k_defs.c40 DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0)); in main()
Dtraps.c763 current->thread.esp0 = (unsigned long) fp; in buserr_c()
855 show_trace((unsigned long *)tsk->thread.esp0); in show_trace_task()
Dsignal.c1032 current->thread.esp0 = (unsigned long) regs; in do_signal()
/linux-2.4.37.9/arch/ia64/kernel/
Dirq.c245 esp = init_tss[i].esp0; in show()