Searched refs:SPRN_DBSR (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/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 | 962 vcpu->arch.dbsr = mfspr(SPRN_DBSR); in kvmppc_restart_interrupt() 1431 mtspr(SPRN_DBSR, DBSR_MRR); in kvmppc_subarch_vcpu_init()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | head_booke.h | 281 mfspr r10,SPRN_DBSR; /* check single-step/branch taken */ \ 298 mtspr SPRN_DBSR,r10; \ 318 2: mfspr r4,SPRN_DBSR; \ 334 mfspr r10,SPRN_DBSR; /* check single-step/branch taken */ \ 351 mtspr SPRN_DBSR,r10; \ 371 2: mfspr r4,SPRN_DBSR; \
|
D | exceptions-64e.S | 735 mfspr r14,SPRN_DBSR /* check single-step/branch taken */ 755 mtspr SPRN_DBSR,r14 777 mfspr r14,SPRN_DBSR 805 mfspr r14,SPRN_DBSR /* check single-step/branch taken */ 825 mtspr SPRN_DBSR,r14 847 mfspr r14,SPRN_DBSR
|
D | head_40x.S | 694 mfspr r10,SPRN_DBSR /* check single-step/branch taken */ 708 mtspr SPRN_DBSR,r10 725 2: mfspr r4,SPRN_DBSR
|
D | entry_32.S | 172 mtspr SPRN_DBSR,r12 1215 mtspr SPRN_DBSR,r11 /* clear all pending debug events */
|
D | traps.c | 1889 mtspr(SPRN_DBSR, DBSR_BT); in DebugException() 1914 mtspr(SPRN_DBSR, DBSR_IC); in DebugException()
|
D | head_fsl_booke.S | 214 mtspr SPRN_DBSR,r2
|
D | entry_64.S | 759 mtspr SPRN_DBSR,r10
|
/Linux-v4.19/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
|