Searched refs:SPRN_DBCR0 (Results 1 – 12 of 12) sorted by relevance
/arch/powerpc/include/asm/ |
D | probes.h | 58 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in enable_single_step()
|
D | reg_booke.h | 200 #define SPRN_DBCR0 0x134 /* Debug Control Register 0 */ macro 218 #define SPRN_DBCR0 0x3F2 /* Debug Control Register 0 */ macro
|
/arch/powerpc/sysdev/ |
D | ppc4xx_soc.c | 218 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | reset_type); in ppc4xx_reset_system()
|
/arch/powerpc/kernel/ |
D | kgdb.c | 429 mtspr(SPRN_DBCR0, in kgdb_arch_handle_exception() 430 mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in kgdb_arch_handle_exception()
|
D | traps.c | 1639 mtspr(SPRN_DBCR0, current->thread.debug.dbcr0); in handle_debug() 1655 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) & ~DBCR0_BT); in DebugException() 1677 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) & ~DBCR0_IC); in DebugException()
|
D | head_fsl_booke.S | 208 mtspr SPRN_DBCR0,r2 1068 mtspr SPRN_DBCR0,r13 /* disable all debug events */ 1074 mfspr r13,SPRN_DBCR0 1076 mtspr SPRN_DBCR0,r13
|
D | head_40x.S | 944 mfspr r13,SPRN_DBCR0 946 mtspr SPRN_DBCR0,r13
|
D | entry_32.S | 174 mtspr SPRN_DBCR0,r12 1150 mfspr r10,SPRN_DBCR0 1160 mtspr SPRN_DBCR0,r0
|
D | process.c | 404 mtspr(SPRN_DBCR0, debug->dbcr0); in prime_debug_regs()
|
D | entry_64.S | 769 mtspr SPRN_DBCR0,r3
|
/arch/powerpc/kvm/ |
D | booke_emulate.c | 223 case SPRN_DBCR0: in kvmppc_booke_emulate_mtspr() 439 case SPRN_DBCR0: in kvmppc_booke_emulate_mfspr()
|
/arch/powerpc/xmon/ |
D | xmon.c | 989 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in do_step()
|