Searched refs:PSL_DE (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/powerpc/include/
H A Dpsl.h65 #define PSL_DE 0x00000200UL /* Debug interrupt enable */ macro
/freebsd-12-stable/sys/powerpc/booke/
H A Dbooke_machdep.c409 mtmsr(mfmsr() & ~(PSL_CE | PSL_EE | PSL_ME | PSL_DE));
420 tf->srr1 |= PSL_DE;
431 tf->srr1 &= ~PSL_DE;
443 kdb_frame->srr1 &= ~PSL_DE;
453 kdb_frame->srr1 |= PSL_DE;
H A Dlocore.S138 li %r3, PSL_DE /* Keep debug exceptions for CodeWarrior. */
271 li %r3, PSL_DE /* Note AS=0 */
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dgenassym.c235 ASSYM(PSL_DE, PSL_DE);
H A Dtrap.c344 frame->srr1 &= ~PSL_DE;
/freebsd-12-stable/sys/powerpc/mpc85xx/
H A Dplatform_mpc85xx.c525 mtmsr(mfmsr() | PSL_DE);

Completed in 128 milliseconds