Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
A Dprobes.h45 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in enable_single_step()
A Dreg_booke.h196 #define SPRN_DBCR0 0x134 /* Debug Control Register 0 */ macro
214 #define SPRN_DBCR0 0x3F2 /* Debug Control Register 0 */ macro
A Dinterrupt.h131 mtspr(SPRN_DBCR0, global_dbcr0[smp_processor_id()]); in booke_restore_dbcr0()
/linux/arch/powerpc/platforms/4xx/
A Dsoc.c213 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | reset_type); in ppc4xx_reset_system()
/linux/arch/powerpc/kernel/
A Dinterrupt.c251 global_dbcr0[smp_processor_id()] = mfspr(SPRN_DBCR0); in booke_load_dbcr0()
253 mtspr(SPRN_DBCR0, dbcr0); in booke_load_dbcr0()
A Dkgdb.c403 mtspr(SPRN_DBCR0, in kgdb_arch_handle_exception()
404 mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in kgdb_arch_handle_exception()
A Dhead_fsl_booke.S198 mtspr SPRN_DBCR0,r2
977 mtspr SPRN_DBCR0,r13 /* disable all debug events */
983 mfspr r13,SPRN_DBCR0
985 mtspr SPRN_DBCR0,r13
A Dtraps.c1978 mtspr(SPRN_DBCR0, current->thread.debug.dbcr0); in handle_debug()
1996 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) & ~DBCR0_BT); in DEFINE_INTERRUPT_HANDLER()
2021 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) & ~DBCR0_IC); in DEFINE_INTERRUPT_HANDLER()
A Dhead_40x.S701 mfspr r13,SPRN_DBCR0
703 mtspr SPRN_DBCR0,r13
A Dprocess.c743 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.c1197 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in do_step()

Completed in 36 milliseconds