Searched refs:SPRN_DBCR0 (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.10/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 | 196 #define SPRN_DBCR0 0x134 /* Debug Control Register 0 */ macro 214 #define SPRN_DBCR0 0x3F2 /* Debug Control Register 0 */ macro
|
/Linux-v5.10/arch/powerpc/platforms/4xx/ |
D | soc.c | 213 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | reset_type); in ppc4xx_reset_system()
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | kgdb.c | 403 mtspr(SPRN_DBCR0, in kgdb_arch_handle_exception() 404 mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in kgdb_arch_handle_exception()
|
D | head_fsl_booke.S | 201 mtspr SPRN_DBCR0,r2 1026 mtspr SPRN_DBCR0,r13 /* disable all debug events */ 1032 mfspr r13,SPRN_DBCR0 1034 mtspr SPRN_DBCR0,r13
|
D | traps.c | 1986 mtspr(SPRN_DBCR0, current->thread.debug.dbcr0); in handle_debug() 2002 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) & ~DBCR0_BT); in DebugException() 2027 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) & ~DBCR0_IC); in DebugException()
|
D | head_40x.S | 677 mfspr r13,SPRN_DBCR0 679 mtspr SPRN_DBCR0,r13
|
D | syscall_64.c | 322 mtspr(SPRN_DBCR0, ts->debug.dbcr0); in interrupt_exit_user_prepare()
|
D | head_32.h | 199 mtspr SPRN_DBCR0,r12
|
D | entry_32.S | 182 mtspr SPRN_DBCR0,r12 1222 mfspr r10,SPRN_DBCR0 1231 mtspr SPRN_DBCR0,r0
|
D | head_booke.h | 155 mtspr SPRN_DBCR0,r12
|
D | process.c | 743 mtspr(SPRN_DBCR0, debug->dbcr0); in prime_debug_regs()
|
D | exceptions-64e.S | 1079 mtspr SPRN_DBCR0,r3
|
/Linux-v5.10/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()
|
/Linux-v5.10/arch/powerpc/xmon/ |
D | xmon.c | 1191 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in do_step()
|