Home
last modified time | relevance | path

Searched refs:SPRN_DBCR0 (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dprobes.h81 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in enable_single_step()
H A Dreg_booke.h196 #define SPRN_DBCR0 0x134 /* Debug Control Register 0 */ macro
214 #define SPRN_DBCR0 0x3F2 /* Debug Control Register 0 */ macro
H A Dinterrupt.h148 mtspr(SPRN_DBCR0, global_dbcr0[smp_processor_id()]); in booke_restore_dbcr0()
/openbmc/linux/arch/powerpc/platforms/4xx/
H A Dsoc.c214 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | reset_type); in ppc4xx_reset_system()
/openbmc/linux/arch/powerpc/kernel/
H A Dinterrupt.c91 global_dbcr0[smp_processor_id()] = mfspr(SPRN_DBCR0); in booke_load_dbcr0()
93 mtspr(SPRN_DBCR0, dbcr0); in booke_load_dbcr0()
H A Dkgdb.c400 mtspr(SPRN_DBCR0, in kgdb_arch_handle_exception()
401 mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in kgdb_arch_handle_exception()
H A Dhead_85xx.S199 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 Dtraps.c2025 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 Dhead_40x.S718 mfspr r13,SPRN_DBCR0
720 mtspr SPRN_DBCR0,r13
H A Dprocess.c740 mtspr(SPRN_DBCR0, debug->dbcr0); in prime_debug_regs()
/openbmc/linux/arch/powerpc/kvm/
H A Dbooke_emulate.c212 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 Dprocessor.h157 #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 Dxmon.c1195 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in do_step()