Searched refs:pcb_ext (Results 1 – 8 of 8) sorted by relevance
196 if (curpcb->pcb_ext == 0) in vm86_emulate()198 vm86 = &curpcb->pcb_ext->ext_vm86; in vm86_emulate()402 struct pcb_ext vml_ext;411 struct pcb_ext vml_ext;429 struct pcb_ext *ext; in vm86_initialize_pae()494 pcb->pcb_ext = ext; in vm86_initialize_pae()496 bzero(ext, sizeof(struct pcb_ext)); in vm86_initialize_pae()535 struct pcb_ext *ext; in vm86_initialize_nopae()558 pcb->pcb_ext = ext; in vm86_initialize_nopae()670 vm86 = &curpcb->pcb_ext->ext_vm86; in vm86_prepcall()[all …]
197 pcb2->pcb_ext = NULL; in copy_thread()278 pcb2->pcb_ext = NULL; in cpu_fork()361 if (pcb->pcb_ext != NULL) { in cpu_thread_clean()367 pmap_trm_free(pcb->pcb_ext, ctob(IOPAGES + 1)); in cpu_thread_clean()368 pcb->pcb_ext = NULL; in cpu_thread_clean()391 pcb->pcb_ext = NULL; in cpu_thread_alloc()
287 struct pcb_ext *ext; in i386_extend_pcb()322 KASSERT(td->td_pcb->pcb_ext == 0, ("already have a TSS!")); in i386_extend_pcb()327 td->td_pcb->pcb_ext = ext; in i386_extend_pcb()356 if (td->td_pcb->pcb_ext == 0)359 iomap = (char *)td->td_pcb->pcb_ext->ext_iomap;385 if (td->td_pcb->pcb_ext == 0) {390 iomap = (char *)td->td_pcb->pcb_ext->ext_iomap;
211 struct vm86_kernel *vm86 = &td->td_pcb->pcb_ext->ext_vm86; in osendsig()331 struct vm86_kernel *vm86 = &td->td_pcb->pcb_ext->ext_vm86; in freebsd4_sendsig()490 struct vm86_kernel *vm86 = &td->td_pcb->pcb_ext->ext_vm86; in sendsig()568 if (td->td_pcb->pcb_ext == 0) in osigreturn()570 vm86 = &td->td_pcb->pcb_ext->ext_vm86; in osigreturn()676 if (td->td_pcb->pcb_ext == 0) in freebsd4_sigreturn()678 vm86 = &td->td_pcb->pcb_ext->ext_vm86; in freebsd4_sigreturn()783 if (td->td_pcb->pcb_ext == 0) in sys_sigreturn()785 vm86 = &td->td_pcb->pcb_ext->ext_vm86; in sys_sigreturn()
130 ASSYM(PCB_EXT, offsetof(struct pcb, pcb_ext));132 ASSYM(PCB_EXT_TSS, offsetof(struct pcb_ext, ext_tss));
1595 thread0.td_pcb->pcb_ext = 0; in init386()
95 struct pcb_ext *pcb_ext; /* optional pcb extension */ member
41 struct pcb_ext { struct