/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | booke.h | 110 mtspr(SPRN_DBSR, mfspr(SPRN_DBSR)); in kvmppc_clear_dbsr()
|
H A D | booke_emulate.c | 249 case SPRN_DBSR: in kvmppc_booke_emulate_mtspr() 439 case SPRN_DBSR: in kvmppc_booke_emulate_mfspr()
|
H A D | booke_interrupts.S | 87 mtspr SPRN_DBSR, r4 485 mtspr SPRN_DBSR, r3
|
H A D | booke.c | 951 vcpu->arch.dbsr = mfspr(SPRN_DBSR); in kvmppc_restart_interrupt() 1404 mtspr(SPRN_DBSR, DBSR_MRR); in kvmppc_subarch_vcpu_init()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A 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; \
|
H A 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
|
H A 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
|
H A D | syscall_64.c | 323 mtspr(SPRN_DBSR, -1); in interrupt_exit_user_prepare()
|
H A D | head_32.h | 201 mtspr SPRN_DBSR,r12
|
H A D | entry_32.S | 172 mtspr SPRN_DBSR,r12 1239 mtspr SPRN_DBSR,r11 /* clear all pending debug events */
|
H A D | traps.c | 2038 mtspr(SPRN_DBSR, DBSR_BT); in DebugException() 2063 mtspr(SPRN_DBSR, DBSR_IC); in DebugException()
|
H A D | head_fsl_booke.S | 205 mtspr SPRN_DBSR,r2
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | booke.h | 110 mtspr(SPRN_DBSR, mfspr(SPRN_DBSR)); in kvmppc_clear_dbsr()
|
H A D | booke_emulate.c | 249 case SPRN_DBSR: in kvmppc_booke_emulate_mtspr() 439 case SPRN_DBSR: in kvmppc_booke_emulate_mfspr()
|
H A D | booke_interrupts.S | 87 mtspr SPRN_DBSR, r4 485 mtspr SPRN_DBSR, r3
|
H A D | booke.c | 978 vcpu->arch.dbsr = mfspr(SPRN_DBSR); in kvmppc_restart_interrupt() 1438 mtspr(SPRN_DBSR, DBSR_MRR); in kvmppc_subarch_vcpu_init()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | head_booke.h | 354 mfspr r10,SPRN_DBSR; /* check single-step/branch taken */ \ 371 mtspr SPRN_DBSR,r10; \ 391 2: mfspr r4,SPRN_DBSR; \ 412 mfspr r10,SPRN_DBSR; /* check single-step/branch taken */ \ 429 mtspr SPRN_DBSR,r10; \ 449 2: mfspr r4,SPRN_DBSR; \
|
H A D | head_40x.S | 478 mfspr r10,SPRN_DBSR /* check single-step/branch taken */ 492 mtspr SPRN_DBSR,r10 508 2: mfspr r4,SPRN_DBSR
|
H A D | exceptions-64e.S | 690 mfspr r14,SPRN_DBSR /* check single-step/branch taken */ 712 mtspr SPRN_DBSR,r14 734 mfspr r14,SPRN_DBSR 761 mfspr r14,SPRN_DBSR /* check single-step/branch taken */ 783 mtspr SPRN_DBSR,r14 805 mfspr r14,SPRN_DBSR
|
H A D | interrupt.c | 94 mtspr(SPRN_DBSR, -1); in booke_load_dbcr0()
|
H A D | traps.c | 2045 mtspr(SPRN_DBSR, DBSR_BT); in DEFINE_INTERRUPT_HANDLER() 2070 mtspr(SPRN_DBSR, DBSR_IC); in DEFINE_INTERRUPT_HANDLER()
|
H A D | head_85xx.S | 203 mtspr SPRN_DBSR,r2
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | reg_booke.h | 195 #define SPRN_DBSR 0x130 /* Debug Status Register */ macro 213 #define SPRN_DBSR 0x3F0 /* Debug Status Register */ macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | reg_booke.h | 195 #define SPRN_DBSR 0x130 /* Debug Status Register */ macro 213 #define SPRN_DBSR 0x3F0 /* Debug Status Register */ macro
|
H A D | interrupt.h | 147 mtspr(SPRN_DBSR, -1); in booke_restore_dbcr0()
|