HomeSort by: relevance | last modified time | path
    Searched defs:vframe (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/i386/i386/
trap.c 289 struct trapframe *vframe; local in function:trap
405 vframe = (void *)((int *)frame + 3);
406 if (KERNELMODE(vframe->tf_cs))
408 memmove(vframe, frame,
411 ksi.ksi_addr = (void *)vframe->tf_eip;
429 vframe = (void *)(&frame->tf_eflags + 1);
430 if (KERNELMODE(vframe->tf_cs))
443 if (!pmap_exec_fixup(&p->p_vmspace->vm_map, vframe, pcb)) {
445 l->l_md.md_regs = vframe;
446 SIGDEBUG(vframe, &ksi, error)
    [all...]
trap.c 289 struct trapframe *vframe; local in function:trap
405 vframe = (void *)((int *)frame + 3);
406 if (KERNELMODE(vframe->tf_cs))
408 memmove(vframe, frame,
411 ksi.ksi_addr = (void *)vframe->tf_eip;
429 vframe = (void *)(&frame->tf_eflags + 1);
430 if (KERNELMODE(vframe->tf_cs))
443 if (!pmap_exec_fixup(&p->p_vmspace->vm_map, vframe, pcb)) {
445 l->l_md.md_regs = vframe;
446 SIGDEBUG(vframe, &ksi, error)
    [all...]
trap.c 289 struct trapframe *vframe; local in function:trap
405 vframe = (void *)((int *)frame + 3);
406 if (KERNELMODE(vframe->tf_cs))
408 memmove(vframe, frame,
411 ksi.ksi_addr = (void *)vframe->tf_eip;
429 vframe = (void *)(&frame->tf_eflags + 1);
430 if (KERNELMODE(vframe->tf_cs))
443 if (!pmap_exec_fixup(&p->p_vmspace->vm_map, vframe, pcb)) {
445 l->l_md.md_regs = vframe;
446 SIGDEBUG(vframe, &ksi, error)
    [all...]

Completed in 32 milliseconds