Searched refs:FP_VIRTFP (Results 1 – 4 of 4) sorted by relevance
79 #define FP_VIRTFP 0x04 /* virtual kernel wants exception */ macro
92 #define FP_VIRTFP 0x04 /* vkernel wants exception */ macro
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()
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()