Home
last modified time | relevance | path

Searched refs:SPRN_DBCR0 (Results 1 – 14 of 14) sorted by relevance

/arch/powerpc/include/asm/
Dprobes.h45 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in enable_single_step()
Dreg_booke.h197 #define SPRN_DBCR0 0x134 /* Debug Control Register 0 */ macro
215 #define SPRN_DBCR0 0x3F2 /* Debug Control Register 0 */ macro
/arch/powerpc/platforms/4xx/
Dsoc.c213 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | reset_type); in ppc4xx_reset_system()
/arch/powerpc/kernel/
Dkgdb.c402 mtspr(SPRN_DBCR0, in kgdb_arch_handle_exception()
403 mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in kgdb_arch_handle_exception()
Dhead_fsl_booke.S199 mtspr SPRN_DBCR0,r2
1023 mtspr SPRN_DBCR0,r13 /* disable all debug events */
1029 mfspr r13,SPRN_DBCR0
1031 mtspr SPRN_DBCR0,r13
Dhead_32.h114 mtspr SPRN_DBCR0,r12
Dtraps.c1962 mtspr(SPRN_DBCR0, current->thread.debug.dbcr0); in handle_debug()
1978 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) & ~DBCR0_BT); in DebugException()
2003 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) & ~DBCR0_IC); in DebugException()
Dhead_40x.S865 mfspr r13,SPRN_DBCR0
867 mtspr SPRN_DBCR0,r13
Dentry_32.S171 mtspr SPRN_DBCR0,r12
1205 mfspr r10,SPRN_DBCR0
1214 mtspr SPRN_DBCR0,r0
Dhead_booke.h153 mtspr SPRN_DBCR0,r12
Dentry_64.S780 mtspr SPRN_DBCR0,r3
Dprocess.c687 mtspr(SPRN_DBCR0, debug->dbcr0); in prime_debug_regs()
/arch/powerpc/kvm/
Dbooke_emulate.c212 case SPRN_DBCR0: in kvmppc_booke_emulate_mtspr()
428 case SPRN_DBCR0: in kvmppc_booke_emulate_mfspr()
/arch/powerpc/xmon/
Dxmon.c1160 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in do_step()