Searched refs:pcb_ebx (Results 1 – 6 of 6) sorted by relevance
58 int pcb_ebx; /* (*) */ member
225 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()
69 case 3: return (&kdb_thrctx->pcb_ebx); in gdb_cpu_getreg()
114 ASSYM(PCB_EBX, offsetof(struct pcb, pcb_ebx));
481 #define pgtable_va pcb_ebx in vm86_initialize_pae()
2754 pcb->pcb_ebx = tf->tf_ebx; in makectx()