Searched refs:SRR1_PRG_TRAP_BIT (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dproc_reg.h188 #define SRR1_PRG_TRAP_BIT 14 macro
H A Dhw_exception.s1619 crnand cr1_eq,SRR1_PRG_TRAP_BIT,MSR_PR_BIT ; We need both trap and user state
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dunix_signal.c467 else if (mctx64.ss.srr1 & (1 << (31 - SRR1_PRG_TRAP_BIT)))
476 else if (mctx.ss.srr1 & (1 << (31 - SRR1_PRG_TRAP_BIT)))

Completed in 28 milliseconds