Searched refs:SPRN_DBCR0 (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | probes.h | 81 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in enable_single_step()
|
H A D | reg_booke.h | 196 #define SPRN_DBCR0 0x134 /* Debug Control Register 0 */ macro 214 #define SPRN_DBCR0 0x3F2 /* Debug Control Register 0 */ macro
|
H A D | interrupt.h | 148 mtspr(SPRN_DBCR0, global_dbcr0[smp_processor_id()]); in booke_restore_dbcr0()
|
/openbmc/linux/arch/powerpc/platforms/4xx/ |
H A D | soc.c | 214 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | reset_type); in ppc4xx_reset_system()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | interrupt.c | 91 global_dbcr0[smp_processor_id()] = mfspr(SPRN_DBCR0); in booke_load_dbcr0() 93 mtspr(SPRN_DBCR0, dbcr0); in booke_load_dbcr0()
|
H A D | kgdb.c | 400 mtspr(SPRN_DBCR0, in kgdb_arch_handle_exception() 401 mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in kgdb_arch_handle_exception()
|
H A D | head_85xx.S | 199 mtspr SPRN_DBCR0,r2 993 mtspr SPRN_DBCR0,r13 /* disable all debug events */ 999 mfspr r13,SPRN_DBCR0 1001 mtspr SPRN_DBCR0,r13
|
H A D | traps.c | 2025 mtspr(SPRN_DBCR0, current->thread.debug.dbcr0); in handle_debug() 2043 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) & ~DBCR0_BT); in DEFINE_INTERRUPT_HANDLER() 2068 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) & ~DBCR0_IC); in DEFINE_INTERRUPT_HANDLER()
|
H A D | head_40x.S | 718 mfspr r13,SPRN_DBCR0 720 mtspr SPRN_DBCR0,r13
|
H A D | process.c | 740 mtspr(SPRN_DBCR0, debug->dbcr0); in prime_debug_regs()
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | booke_emulate.c | 212 case SPRN_DBCR0: in kvmppc_booke_emulate_mtspr() 428 case SPRN_DBCR0: in kvmppc_booke_emulate_mfspr()
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | processor.h | 157 #define SPRN_DBCR0 0x3F2 /* Debug Control Register 0 */ macro 159 #define SPRN_DBCR0 0x134 /* Book E Debug Control Register 0 */ macro 614 #define DBCR0 SPRN_DBCR0 /* Debug Control Register 0 */
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | xmon.c | 1195 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in do_step()
|