Searched refs:SPRN_DBCR0 (Results 1 – 12 of 12) sorted by relevance
| /Linux-v4.19/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
|
| /Linux-v4.19/arch/powerpc/platforms/4xx/ |
| D | soc.c | 217 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | reset_type); in ppc4xx_reset_system()
|
| /Linux-v4.19/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 | head_fsl_booke.S | 210 mtspr SPRN_DBCR0,r2 1017 mtspr SPRN_DBCR0,r13 /* disable all debug events */ 1023 mfspr r13,SPRN_DBCR0 1025 mtspr SPRN_DBCR0,r13
|
| D | traps.c | 1871 mtspr(SPRN_DBCR0, current->thread.debug.dbcr0); in handle_debug() 1887 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) & ~DBCR0_BT); in DebugException() 1912 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) & ~DBCR0_IC); in DebugException()
|
| D | entry_32.S | 183 mtspr SPRN_DBCR0,r12 1200 mfspr r10,SPRN_DBCR0 1210 mtspr SPRN_DBCR0,r0
|
| D | head_40x.S | 946 mfspr r13,SPRN_DBCR0 948 mtspr SPRN_DBCR0,r13
|
| D | entry_64.S | 757 mtspr SPRN_DBCR0,r3
|
| D | process.c | 700 mtspr(SPRN_DBCR0, debug->dbcr0); in prime_debug_regs()
|
| /Linux-v4.19/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()
|
| /Linux-v4.19/arch/powerpc/xmon/ |
| D | xmon.c | 1096 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in do_step()
|