Home
last modified time | relevance | path

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

/NextBSD/sys/powerpc/booke/
HDbooke_machdep.c377 tf->cpu.booke.dbcr0 |= (DBCR0_IDM | DBCR0_IC); in ptrace_single_step()
388 tf->cpu.booke.dbcr0 &= ~(DBCR0_IDM | DBCR0_IC); in ptrace_clear_single_step()
408 mtspr(SPR_DBCR0, r | DBCR0_IC | DBCR0_IDM); in kdb_cpu_set_singlestep()
/NextBSD/sys/powerpc/mpc85xx/
HDplatform_mpc85xx.c478 mtspr(SPR_DBCR0, mfspr(SPR_DBCR0) | DBCR0_IDM | DBCR0_RST_SYSTEM); in mpc85xx_reset()
/NextBSD/sys/powerpc/include/
HDspr.h496 #define DBCR0_IDM 0x40000000 /* Internal Debug Mode */ macro
/NextBSD/sys/powerpc/powerpc/
HDtrap.c284 frame->cpu.booke.dbcr0 &= ~(DBCR0_IDM || DBCR0_IC);