Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
A Dprobes.h81 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in enable_single_step()
A Dreg_booke.h186 #define SPRN_DBCR0 0x134 /* Debug Control Register 0 */ macro
A Dinterrupt.h148 mtspr(SPRN_DBCR0, global_dbcr0[smp_processor_id()]); in booke_restore_dbcr0()
/linux/arch/powerpc/platforms/44x/
A Dsoc.c214 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | reset_type); in ppc4xx_reset_system()
/linux/arch/powerpc/kernel/
A Dinterrupt.c92 global_dbcr0[smp_processor_id()] = mfspr(SPRN_DBCR0); in booke_load_dbcr0()
94 mtspr(SPRN_DBCR0, dbcr0); in booke_load_dbcr0()
A Dkgdb.c400 mtspr(SPRN_DBCR0, in kgdb_arch_handle_exception()
401 mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in kgdb_arch_handle_exception()
A Dhead_85xx.S199 mtspr SPRN_DBCR0,r2
975 mtspr SPRN_DBCR0,r13 /* disable all debug events */
981 mfspr r13,SPRN_DBCR0
983 mtspr SPRN_DBCR0,r13
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()
A Dprocess.c738 mtspr(SPRN_DBCR0, debug->dbcr0); in prime_debug_regs()
/linux/arch/powerpc/kvm/
A Dbooke_emulate.c212 case SPRN_DBCR0: in kvmppc_booke_emulate_mtspr()
428 case SPRN_DBCR0: in kvmppc_booke_emulate_mfspr()
/linux/arch/powerpc/xmon/
A Dxmon.c1193 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in do_step()

Completed in 28 milliseconds