Home
last modified time | relevance | path

Searched refs:SPRN_DBSR (Results 1 – 10 of 10) sorted by relevance

/linux-3.4.99/arch/powerpc/kernel/
Dhead_booke.h262 mfspr r10,SPRN_DBSR; /* check single-step/branch taken */ \
279 mtspr SPRN_DBSR,r10; \
299 2: mfspr r4,SPRN_DBSR; \
315 mfspr r10,SPRN_DBSR; /* check single-step/branch taken */ \
332 mtspr SPRN_DBSR,r10; \
352 2: mfspr r4,SPRN_DBSR; \
Dexceptions-64e.S411 mfspr r14,SPRN_DBSR /* check single-step/branch taken */
425 mtspr SPRN_DBSR,r14
449 mfspr r14,SPRN_DBSR
476 mfspr r14,SPRN_DBSR /* check single-step/branch taken */
490 mtspr SPRN_DBSR,r14
514 mfspr r14,SPRN_DBSR
Dhead_40x.S704 mfspr r10,SPRN_DBSR /* check single-step/branch taken */
718 mtspr SPRN_DBSR,r10
735 2: mfspr r4,SPRN_DBSR
Dtraps.c1320 mtspr(SPRN_DBSR, DBSR_BT); in DebugException()
1342 mtspr(SPRN_DBSR, DBSR_IC); in DebugException()
Dentry_32.S156 mtspr SPRN_DBSR,r12
1170 mtspr SPRN_DBSR,r11 /* clear all pending debug events */
Dhead_fsl_booke.S162 mtspr SPRN_DBSR,r2
/linux-3.4.99/arch/powerpc/kvm/
Dbooke_emulate.c116 case SPRN_DBSR: in kvmppc_booke_emulate_mtspr()
211 case SPRN_DBSR: in kvmppc_booke_emulate_mfspr()
Dbooke.c622 dbsr = mfspr(SPRN_DBSR); in kvmppc_handle_exit()
624 mtspr(SPRN_DBSR, dbsr); in kvmppc_handle_exit()
Dbooke_interrupts.S462 mtspr SPRN_DBSR, r3
/linux-3.4.99/arch/powerpc/include/asm/
Dreg_booke.h165 #define SPRN_DBSR 0x130 /* Debug Status Register */ macro
183 #define SPRN_DBSR 0x3F0 /* Debug Status Register */ macro