Searched refs:PCB_FP_NOSAVE (Results 1 – 3 of 3) sorted by relevance
280 KASSERT((pcb->pcb_fpflags & PCB_FP_NOSAVE) == 0, in fpu_kern_enter()291 pcb->pcb_fpflags |= PCB_FP_KERN | PCB_FP_NOSAVE | in fpu_kern_enter()324 if ((pcb->pcb_fpflags & PCB_FP_NOSAVE) != 0) { in fpu_kern_leave()331 pcb->pcb_fpflags &= ~(PCB_FP_NOSAVE | PCB_FP_STARTED); in fpu_kern_leave()
181 td->td_pcb->pcb_fpflags &= ~(PCB_FP_STARTED | PCB_FP_KERN | PCB_FP_NOSAVE); in cpu_copy_thread()
59 #define PCB_FP_NOSAVE 0x04 macro