Searched refs:SPRN_DBCR0 (Results 1 – 14 of 14) sorted by relevance
/arch/powerpc/include/asm/ |
D | probes.h | 45 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in enable_single_step()
|
D | reg_booke.h | 197 #define SPRN_DBCR0 0x134 /* Debug Control Register 0 */ macro 215 #define SPRN_DBCR0 0x3F2 /* Debug Control Register 0 */ macro
|
/arch/powerpc/platforms/4xx/ |
D | soc.c | 213 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | reset_type); in ppc4xx_reset_system()
|
/arch/powerpc/kernel/ |
D | kgdb.c | 402 mtspr(SPRN_DBCR0, in kgdb_arch_handle_exception() 403 mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in kgdb_arch_handle_exception()
|
D | head_fsl_booke.S | 199 mtspr SPRN_DBCR0,r2 1023 mtspr SPRN_DBCR0,r13 /* disable all debug events */ 1029 mfspr r13,SPRN_DBCR0 1031 mtspr SPRN_DBCR0,r13
|
D | head_32.h | 114 mtspr SPRN_DBCR0,r12
|
D | traps.c | 1962 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()
|
D | head_40x.S | 865 mfspr r13,SPRN_DBCR0 867 mtspr SPRN_DBCR0,r13
|
D | entry_32.S | 171 mtspr SPRN_DBCR0,r12 1205 mfspr r10,SPRN_DBCR0 1214 mtspr SPRN_DBCR0,r0
|
D | head_booke.h | 153 mtspr SPRN_DBCR0,r12
|
D | entry_64.S | 780 mtspr SPRN_DBCR0,r3
|
D | process.c | 687 mtspr(SPRN_DBCR0, debug->dbcr0); in prime_debug_regs()
|
/arch/powerpc/kvm/ |
D | booke_emulate.c | 212 case SPRN_DBCR0: in kvmppc_booke_emulate_mtspr() 428 case SPRN_DBCR0: in kvmppc_booke_emulate_mfspr()
|
/arch/powerpc/xmon/ |
D | xmon.c | 1160 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in do_step()
|