Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/include/
H A Dpcb.h63 #define PCB_CFSCR 0x40 /* Process had FSCR updated */ macro
/freebsd/sys/powerpc/powerpc/
H A Dtrap.c327 td->td_pcb->pcb_flags |= PCB_CFSCR | PCB_CDSCR; in trap()
332 td->td_pcb->pcb_flags |= PCB_CFSCR; in trap()
339 td->td_pcb->pcb_flags |= PCB_CFSCR; in trap()
344 td->td_pcb->pcb_flags |= PCB_CFSCR; in trap()
H A Dswtch64.S136 andi. %r7, %r18, PCB_CFSCR
246 andi. %r6, %r18, PCB_CFSCR
H A Dgenassym.c208 ASSYM(PCB_CFSCR, PCB_CFSCR);
H A Dexec_machdep.c576 if (pcb_flags & PCB_CFSCR) in cleanup_power_extras()
610 if (pcb_flags & PCB_CFSCR) { in cpu_update_pcb()