Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dprobes.h45 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
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/4xx/
H A Dsoc.c213 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | reset_type); in ppc4xx_reset_system()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dkgdb.c403 mtspr(SPRN_DBCR0, in kgdb_arch_handle_exception()
404 mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in kgdb_arch_handle_exception()
H A Dhead_fsl_booke.S201 mtspr SPRN_DBCR0,r2
1026 mtspr SPRN_DBCR0,r13 /* disable all debug events */
1032 mfspr r13,SPRN_DBCR0
1034 mtspr SPRN_DBCR0,r13
H A Dtraps.c2018 mtspr(SPRN_DBCR0, current->thread.debug.dbcr0); in handle_debug()
2034 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) & ~DBCR0_BT); in DebugException()
2059 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) & ~DBCR0_IC); in DebugException()
H A Dhead_40x.S684 mfspr r13,SPRN_DBCR0
686 mtspr SPRN_DBCR0,r13
H A Dsyscall_64.c322 mtspr(SPRN_DBCR0, ts->debug.dbcr0); in interrupt_exit_user_prepare()
H A Dentry_32.S182 mtspr SPRN_DBCR0,r12
1225 mfspr r10,SPRN_DBCR0
1234 mtspr SPRN_DBCR0,r0
H A Dhead_32.h206 mtspr SPRN_DBCR0,r12
H A Dhead_booke.h155 mtspr SPRN_DBCR0,r12
H A Dprocess.c743 mtspr(SPRN_DBCR0, debug->dbcr0); in prime_debug_regs()
H A Dexceptions-64e.S1079 mtspr SPRN_DBCR0,r3
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/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 */
/OK3568_Linux_fs/kernel/arch/powerpc/xmon/
H A Dxmon.c1191 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in do_step()