Home
last modified time | relevance | path

Searched refs:FSCR_EBB (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/powerpc/powerpc/
H A Dswtch64.S141 andi. %r0, %r6, FSCR_EBB
251 andi. %r0, %r7, FSCR_EBB
H A Dtrap.c331 fscr |= FSCR_EBB; in trap()
H A Dexec_machdep.c613 if (pcb->pcb_fscr & FSCR_EBB) { in cpu_save_thread_regs()
/freebsd/sys/powerpc/include/
H A Dspr.h161 #define FSCR_EBB 0x0000000000000080 /* Event-based branch available */ macro