Home
last modified time | relevance | path

Searched refs:PCB_CDSCR (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/powerpc/include/
H A Dpcb.h61 #define PCB_CDSCR 0x10 /* Process had Custom DSCR initialized */ macro
/freebsd/sys/powerpc/powerpc/
H A Dswtch64.S162 andi. %r7, %r18, PCB_CDSCR
240 andi. %r6, %r18, PCB_CDSCR
H A Dgenassym.c207 ASSYM(PCB_CDSCR, PCB_CDSCR);
H A Dexec_machdep.c578 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()
H A Dtrap.c325 td->td_pcb->pcb_flags |= PCB_CFSCR | PCB_CDSCR; in trap()