Home
last modified time | relevance | path

Searched refs:pcb_ebx (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/i386/include/
H A Dpcb.h55 int pcb_ebx; /* (*) */ member
/freebsd/sys/i386/i386/
H A Dgdb_machdep.c68 case 3: return (&kdb_thrctx->pcb_ebx); in gdb_cpu_getreg()
H A Dvm_machdep.c181 pcb2->pcb_ebx = (int)td2; /* trampoline arg */ in copy_thread()
324 td->td_pcb->pcb_ebx = (int) arg; /* first arg */ in cpu_fork_kthread_handler()
H A Dgenassym.c108 ASSYM(PCB_EBX, offsetof(struct pcb, pcb_ebx));
H A Dvm86.c478 #define pgtable_va pcb_ebx in vm86_initialize_pae()
H A Dmachdep.c1841 pcb->pcb_ebx = tf->tf_ebx; in makectx()
/freebsd/tools/debugscripts/
H A Dgdbinit.i386240 … %08x sp: %08x bp: %08x bx: %08x\n", $pcba->pcb_eip, $pcba->pcb_esp, $pcba->pcb_ebp, $pcba->pcb_ebx