Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/booke/
H A Dbooke_machdep.c424 mtmsr(mfmsr() & ~(PSL_CE | PSL_EE | PSL_ME | PSL_DE)); in cpu_halt()
435 tf->srr1 |= PSL_DE; in ptrace_single_step()
446 tf->srr1 &= ~PSL_DE; in ptrace_clear_single_step()
458 kdb_frame->srr1 &= ~PSL_DE; in kdb_cpu_clear_singlestep()
468 kdb_frame->srr1 |= PSL_DE; in kdb_cpu_set_singlestep()
H A Dlocore.S146 li %r3, PSL_DE /* Keep debug exceptions for CodeWarrior. */
280 li %r3, PSL_DE /* Note AS=0 */
/freebsd/sys/powerpc/include/
H A Dpsl.h64 #define PSL_DE 0x00000200UL /* Debug interrupt enable */ macro
/freebsd/sys/powerpc/powerpc/
H A Dgenassym.c242 ASSYM(PSL_DE, PSL_DE);
H A Dtrap.c386 frame->srr1 &= ~PSL_DE; in trap()
/freebsd/sys/powerpc/mpc85xx/
H A Dplatform_mpc85xx.c523 mtmsr(mfmsr() & ~PSL_DE); in mpc85xx_reset()
530 mtmsr(mfmsr() | PSL_DE); in mpc85xx_reset()