Searched refs:PCB_CDSCR (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/powerpc/include/
H A Dpcb.h58 #define PCB_CDSCR 0x10 /* Process had Custom DSCR initialized */ macro
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dswtch64.S129 andi. %r7, %r18, PCB_CDSCR
205 andi. %r6, %r19, PCB_CDSCR
H A Dgenassym.c206 ASSYM(PCB_CDSCR, PCB_CDSCR);
H A Dexec_machdep.c1042 if ((td->td_pcb->pcb_flags & PCB_CDSCR) == 0)
1059 td->td_pcb->pcb_flags |= PCB_CDSCR;

Completed in 42 milliseconds