Searched refs:SPRN_DBSR (Results 1 – 12 of 12) sorted by relevance
/arch/powerpc/kvm/ |
D | booke.h | 127 mtspr(SPRN_DBSR, mfspr(SPRN_DBSR)); in kvmppc_clear_dbsr()
|
D | booke_emulate.c | 260 case SPRN_DBSR: in kvmppc_booke_emulate_mtspr() 450 case SPRN_DBSR: in kvmppc_booke_emulate_mfspr()
|
D | booke_interrupts.S | 98 mtspr SPRN_DBSR, r4 497 mtspr SPRN_DBSR, r3
|
D | booke.c | 942 vcpu->arch.dbsr = mfspr(SPRN_DBSR); in kvmppc_restart_interrupt() 1412 mtspr(SPRN_DBSR, DBSR_MRR); in kvmppc_subarch_vcpu_init()
|
/arch/powerpc/kernel/ |
D | head_booke.h | 292 mfspr r10,SPRN_DBSR; /* check single-step/branch taken */ \ 309 mtspr SPRN_DBSR,r10; \ 329 2: mfspr r4,SPRN_DBSR; \ 345 mfspr r10,SPRN_DBSR; /* check single-step/branch taken */ \ 362 mtspr SPRN_DBSR,r10; \ 382 2: mfspr r4,SPRN_DBSR; \
|
D | exceptions-64e.S | 759 mfspr r14,SPRN_DBSR /* check single-step/branch taken */ 779 mtspr SPRN_DBSR,r14 801 mfspr r14,SPRN_DBSR 829 mfspr r14,SPRN_DBSR /* check single-step/branch taken */ 849 mtspr SPRN_DBSR,r14 871 mfspr r14,SPRN_DBSR
|
D | head_40x.S | 692 mfspr r10,SPRN_DBSR /* check single-step/branch taken */ 706 mtspr SPRN_DBSR,r10 723 2: mfspr r4,SPRN_DBSR
|
D | traps.c | 1657 mtspr(SPRN_DBSR, DBSR_BT); in DebugException() 1679 mtspr(SPRN_DBSR, DBSR_IC); in DebugException()
|
D | entry_32.S | 163 mtspr SPRN_DBSR,r12 1165 mtspr SPRN_DBSR,r11 /* clear all pending debug events */
|
D | head_fsl_booke.S | 212 mtspr SPRN_DBSR,r2
|
D | entry_64.S | 771 mtspr SPRN_DBSR,r10
|
/arch/powerpc/include/asm/ |
D | reg_booke.h | 199 #define SPRN_DBSR 0x130 /* Debug Status Register */ macro 217 #define SPRN_DBSR 0x3F0 /* Debug Status Register */ macro
|