Searched refs:PCB_CFSCR (Results 1 – 5 of 5) sorted by relevance
63 #define PCB_CFSCR 0x40 /* Process had FSCR updated */ macro
325 td->td_pcb->pcb_flags |= PCB_CFSCR | PCB_CDSCR; in trap()330 td->td_pcb->pcb_flags |= PCB_CFSCR; in trap()337 td->td_pcb->pcb_flags |= PCB_CFSCR; in trap()342 td->td_pcb->pcb_flags |= PCB_CFSCR; in trap()
136 andi. %r7, %r18, PCB_CFSCR246 andi. %r6, %r18, PCB_CFSCR
208 ASSYM(PCB_CFSCR, PCB_CFSCR);
576 if (pcb_flags & PCB_CFSCR) in cleanup_power_extras()610 if (pcb_flags & PCB_CFSCR) { in cpu_save_thread_regs()