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

/freebsd-11-stable/sys/i386/include/
H A Dpcb.h56 int pcb_ebx; /* (*) */ member in struct:pcb
/freebsd-11-stable/sys/i386/i386/
H A Dgdb_machdep.c67 case 3: return (&kdb_thrctx->pcb_ebx);
H A Dvm_machdep.c243 pcb2->pcb_ebx = (int)td2; /* fork_trampoline argument */
303 td->td_pcb->pcb_ebx = (int) arg; /* first arg */
468 pcb2->pcb_ebx = (int)td; /* trampoline arg */
H A Dgenassym.c128 ASSYM(PCB_EBX, offsetof(struct pcb, pcb_ebx));
H A Dvm86.c416 * pcb_ebx = va of vm86 page table
423 #define pgtable_va pcb_ebx
H A Dmachdep.c2919 pcb->pcb_ebx = tf->tf_ebx;
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_i386.c71 supply_register(I386_EBX_REGNUM, (char *)&pcb.pcb_ebx);

Completed in 100 milliseconds