Searched refs:SPRN_DBSR (Results 1 – 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
D | booke.h | 110 mtspr(SPRN_DBSR, mfspr(SPRN_DBSR)); in kvmppc_clear_dbsr()
|
D | booke_emulate.c | 249 case SPRN_DBSR: in kvmppc_booke_emulate_mtspr() 439 case SPRN_DBSR: in kvmppc_booke_emulate_mfspr()
|
D | booke_interrupts.S | 87 mtspr SPRN_DBSR, r4 485 mtspr SPRN_DBSR, r3
|
D | booke.c | 951 vcpu->arch.dbsr = mfspr(SPRN_DBSR); in kvmppc_restart_interrupt() 1390 mtspr(SPRN_DBSR, DBSR_MRR); in kvmppc_subarch_vcpu_init()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | head_booke.h | 145 mtspr SPRN_DBSR,r12 372 mfspr r10,SPRN_DBSR; /* check single-step/branch taken */ \ 389 mtspr SPRN_DBSR,r10; \ 409 2: mfspr r4,SPRN_DBSR; \ 425 mfspr r10,SPRN_DBSR; /* check single-step/branch taken */ \ 442 mtspr SPRN_DBSR,r10; \ 462 2: mfspr r4,SPRN_DBSR; \
|
D | head_40x.S | 449 mfspr r10,SPRN_DBSR /* check single-step/branch taken */ 463 mtspr SPRN_DBSR,r10 479 2: mfspr r4,SPRN_DBSR
|
D | exceptions-64e.S | 746 mfspr r14,SPRN_DBSR /* check single-step/branch taken */ 768 mtspr SPRN_DBSR,r14 790 mfspr r14,SPRN_DBSR 818 mfspr r14,SPRN_DBSR /* check single-step/branch taken */ 840 mtspr SPRN_DBSR,r14 862 mfspr r14,SPRN_DBSR 1081 mtspr SPRN_DBSR,r10
|
D | syscall_64.c | 323 mtspr(SPRN_DBSR, -1); in interrupt_exit_user_prepare()
|
D | head_32.h | 201 mtspr SPRN_DBSR,r12
|
D | traps.c | 2036 mtspr(SPRN_DBSR, DBSR_BT); in DebugException() 2061 mtspr(SPRN_DBSR, DBSR_IC); in DebugException()
|
D | entry_32.S | 172 mtspr SPRN_DBSR,r12 1239 mtspr SPRN_DBSR,r11 /* clear all pending debug events */
|
D | head_fsl_booke.S | 205 mtspr SPRN_DBSR,r2
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | reg_booke.h | 195 #define SPRN_DBSR 0x130 /* Debug Status Register */ macro 213 #define SPRN_DBSR 0x3F0 /* Debug Status Register */ macro
|