Searched refs:md_regs (Results 1 – 13 of 13) sorted by relevance
95 if ((GETPS(p->p_md.md_regs) & PSL_ALLCC) != PSL_ALLCC) {99 SCARG(&a, options) = p->p_md.md_regs[R0];100 SCARG(&a, rusage) = (struct rusage *)p->p_md.md_regs[R1];
128 struct trapframe *tf = p->p_md.md_regs;146 struct trapframe *tf = p->p_md.md_regs;160 struct trapframe *tf = p->p_md.md_regs;176 struct trapframe *tf = p->p_md.md_regs;
39 struct trapframe *md_regs; /* registers on current frame */ member
170 struct trapframe *tf = p->p_md.md_regs;281 struct trapframe *tf = p->p_md.md_regs;391 struct trapframe *tf = p->p_md.md_regs;
121 tf = p->p_md.md_regs;217 tf = p->p_md.md_regs;636 struct trapframe *fp = p->p_md.md_regs;662 struct trapframe *fp = p->p_md.md_regs;
127 p2->p_md.md_regs = tf = (struct trapframe *)pcb->pcb_tss.tss_esp0 - 1;128 *tf = *p1->p_md.md_regs;
202 p->p_md.md_regs = &frame;580 p->p_md.md_regs = &frame;766 struct trapframe *tf = p->p_md.md_regs;
344 struct trapframe *tf = p->p_md.md_regs;
87 return (p->p_md.md_regs); in process_frame()
491 proc0.p_md.md_regs = (struct trapframe *)pcb->pcb_tss.tss_esp0 - 1; in i386_proc0_tss_ldt_init()1976 struct trapframe *tf = p->p_md.md_regs;2093 tf = p->p_md.md_regs;2450 struct trapframe *tf = p->p_md.md_regs;
596 struct trapframe *tf = curproc->p_md.md_regs; in pmap_exec_account()
74 #define U_ar0 u_kproc.kp_proc.p_md.md_regs /* copy of curproc->p_md.md_regs */
512 p->p_md.md_regs = (struct trapframe *)&frame->if_es;