Searched refs:SPRN_DBSR (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/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()
|
/openbmc/linux/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
|
/openbmc/linux/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()
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | processor.h | 163 #define SPRN_DBSR 0x3F0 /* Debug Status Register */ macro 169 #define SPRN_DBSR 0x130 /* Book E Debug Status Register */ macro 616 #define DBSR SPRN_DBSR /* Debug Status Register */
|