Searched refs:pcb_flags (Results 1 – 12 of 12) sorted by relevance
170 if ((pcb2->pcb_flags & PCB_ISOMMU) && pmap2->pm_pmlpv_iso) { in cpu_fork()173 pcb2->pcb_flags &= ~PCB_ISOMMU; in cpu_fork()181 pcb2->pcb_flags &= ~(PCB_IBRS1 | PCB_IBRS2); in cpu_fork()184 pcb2->pcb_flags |= PCB_IBRS1; in cpu_fork()187 pcb2->pcb_flags |= PCB_IBRS2; in cpu_fork()316 if (pcb->pcb_flags & PCB_DBREGS) { in cpu_lwp_exit()318 pcb->pcb_flags &= ~PCB_DBREGS; in cpu_lwp_exit()
594 (td->td_pcb->pcb_flags & FP_VIRTFP) in trap()1526 td->td_pcb->pcb_flags |= FP_VIRTFP; in set_vkernel_fp()1530 td->td_pcb->pcb_flags &= ~FP_VIRTFP; in set_vkernel_fp()
138 ASSYM(PCB_FLAGS, offsetof(struct pcb, pcb_flags));
1494 if (pcb->pcb_flags & PCB_DBREGS) { in exec_setregs()1509 pcb->pcb_flags &= ~PCB_DBREGS; in exec_setregs()1519 pcb->pcb_flags &= ~FP_SOFTFP; in exec_setregs()2915 thread0.td_pcb->pcb_flags = 0; in hammer_time()3213 pcb->pcb_flags |= PCB_DBREGS; in set_dbregs()
6294 td->td_pcb->pcb_flags |= PCB_ISOMMU; in pmap_setlwpvm()6297 td->td_pcb->pcb_flags &= ~PCB_ISOMMU; in pmap_setlwpvm()6302 td->td_pcb->pcb_flags &= ~PCB_ISOMMU; in pmap_setlwpvm()6318 tramp->tr_pcb_flags = td->td_pcb->pcb_flags; in pmap_setlwpvm()
268 if (pcb->pcb_flags & PCB_DBREGS) { in cpu_lwp_exit()270 pcb->pcb_flags &= ~PCB_DBREGS; in cpu_lwp_exit()
567 if (pcb->pcb_flags & PCB_DBREGS) { in exec_setregs()582 pcb->pcb_flags &= ~PCB_DBREGS; in exec_setregs()592 pcb->pcb_flags &= ~FP_SOFTFP; in exec_setregs()
104 ASSYM(PCB_FLAGS, offsetof(struct pcb, pcb_flags));
501 (td->td_pcb->pcb_flags & FP_VIRTFP) in user_trap()1460 td->td_pcb->pcb_flags |= FP_VIRTFP; in set_vkernel_fp()1464 td->td_pcb->pcb_flags &= ~FP_VIRTFP; in set_vkernel_fp()
62 u_long pcb_flags; member
67 u_long pcb_flags; member
801 if (__predict_true(!(pcb->pcb_flags & PCB_DBREGS))) in x86_curthread_save_dbregs()816 if (__predict_true(!(pcb->pcb_flags & PCB_DBREGS))) in x86_curthread_restore_dbregs()