Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/include/
H A Dpcb.h58 int pcb_ebx; /* (*) */ member
/f-stack/freebsd/i386/i386/
H A Dvm_machdep.c225 pcb2->pcb_ebx = (int)td2; /* fork_trampoline argument */ in cpu_fork()
284 td->td_pcb->pcb_ebx = (int) arg; /* first arg */ in cpu_fork_kthread_handler()
464 pcb2->pcb_ebx = (int)td; /* trampoline arg */ in cpu_copy_thread()
H A Dgdb_machdep.c69 case 3: return (&kdb_thrctx->pcb_ebx); in gdb_cpu_getreg()
H A Dgenassym.c114 ASSYM(PCB_EBX, offsetof(struct pcb, pcb_ebx));
H A Dvm86.c481 #define pgtable_va pcb_ebx in vm86_initialize_pae()
H A Dmachdep.c2754 pcb->pcb_ebx = tf->tf_ebx; in makectx()