Home
last modified time | relevance | path

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

/freebsd-head/sys/powerpc/include/
HDpcb.h61 #define PCB_CDSCR 0x10 /* Process had Custom DSCR initialized */ macro
/freebsd-head/sys/powerpc/powerpc/
HDswtch64.S162 andi. %r7, %r18, PCB_CDSCR
240 andi. %r6, %r18, PCB_CDSCR
HDgenassym.c207 ASSYM(PCB_CDSCR, PCB_CDSCR);
HDexec_machdep.c578 if (pcb_flags & PCB_CDSCR) in cleanup_power_extras()
630 if (pcb_flags & PCB_CDSCR) in cpu_update_pcb()
1222 if ((td->td_pcb->pcb_flags & PCB_CDSCR) == 0) in emulate_mfspr()
1241 td->td_pcb->pcb_flags |= PCB_CDSCR; in emulate_mtspr()
HDtrap.c327 td->td_pcb->pcb_flags |= PCB_CFSCR | PCB_CDSCR; in trap()