Searched refs:PCB_CDSCR (Results 1 – 5 of 5) sorted by relevance
61 #define PCB_CDSCR 0x10 /* Process had Custom DSCR initialized */ macro
162 andi. %r7, %r18, PCB_CDSCR240 andi. %r6, %r18, PCB_CDSCR
207 ASSYM(PCB_CDSCR, PCB_CDSCR);
578 if (pcb_flags & PCB_CDSCR) in cleanup_power_extras()630 if (pcb_flags & PCB_CDSCR) in cpu_save_thread_regs()1222 if ((td->td_pcb->pcb_flags & PCB_CDSCR) == 0) in emulate_mfspr()1241 td->td_pcb->pcb_flags |= PCB_CDSCR; in emulate_mtspr()
325 td->td_pcb->pcb_flags |= PCB_CFSCR | PCB_CDSCR; in trap()