Searched refs:esp0 (Results 1 – 12 of 12) sorted by relevance
75 unsigned long esp0; /* points to SR of stack frame */ member143 if ((tsk)->thread.esp0 > PAGE_SIZE && \144 (VALID_PAGE(virt_to_page((tsk)->thread.esp0)))) \145 eip = ((struct pt_regs *) (tsk)->thread.esp0)->pc; \
114 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()
561 p->thread.esp0 = (unsigned long) (childregs+1); in copy_thread()658 tss->esp0 = next->esp0; in __switch_to()
51 stack = (unsigned char *)task->thread.esp0; in get_stack_long()67 stack = (unsigned char *) task->thread.esp0; in put_stack_long()
217 esp = init_tss[i].esp0; in show()
3221 t->esp0 = current->thread.esp0; in cpu_init()
331 unsigned long esp0; member363 unsigned long esp0; member
66 addr = (unsigned long *)(task->thread.esp0 + regoff[regno]); in get_reg()83 addr = (unsigned long *) (task->thread.esp0 + regoff[regno]); in put_reg()
40 DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0)); in main()
763 current->thread.esp0 = (unsigned long) fp; in buserr_c()855 show_trace((unsigned long *)tsk->thread.esp0); in show_trace_task()
1032 current->thread.esp0 = (unsigned long) regs; in do_signal()
245 esp = init_tss[i].esp0; in show()