Searched refs:SPRN_DBCR0 (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/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-4.1.27/arch/powerpc/sysdev/ |
D | ppc4xx_soc.c | 218 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | reset_type); in ppc4xx_reset_system()
|
/linux-4.1.27/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 | 1602 mtspr(SPRN_DBCR0, current->thread.debug.dbcr0); in handle_debug() 1618 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) & ~DBCR0_BT); in DebugException() 1640 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) & ~DBCR0_IC); in DebugException()
|
D | head_fsl_booke.S | 208 mtspr SPRN_DBCR0,r2 1053 mtspr SPRN_DBCR0,r13 /* disable all debug events */ 1059 mfspr r13,SPRN_DBCR0 1061 mtspr SPRN_DBCR0,r13
|
D | head_40x.S | 944 mfspr r13,SPRN_DBCR0 946 mtspr SPRN_DBCR0,r13
|
D | entry_32.S | 172 mtspr SPRN_DBCR0,r12 1126 mfspr r10,SPRN_DBCR0 1136 mtspr SPRN_DBCR0,r0
|
D | entry_64.S | 632 mtspr SPRN_DBCR0,r3
|
D | process.c | 403 mtspr(SPRN_DBCR0, debug->dbcr0); in prime_debug_regs()
|
/linux-4.1.27/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-4.1.27/arch/powerpc/xmon/ |
D | xmon.c | 975 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in do_step()
|