Home
last modified time | relevance | path

Searched refs:SPRN_DBSR (Results 1 – 10 of 10) sorted by relevance

/linux/arch/powerpc/kvm/
H A Dbooke.h110 mtspr(SPRN_DBSR, mfspr(SPRN_DBSR)); in kvmppc_clear_dbsr()
H A Dbooke_emulate.c249 case SPRN_DBSR: in kvmppc_booke_emulate_mtspr()
439 case SPRN_DBSR: in kvmppc_booke_emulate_mfspr()
H A Dbooke_interrupts.S87 mtspr SPRN_DBSR, r4
485 mtspr SPRN_DBSR, r3
H A Dbooke.c978 vcpu->arch.dbsr = mfspr(SPRN_DBSR); in kvmppc_restart_interrupt()
1438 mtspr(SPRN_DBSR, DBSR_MRR); in kvmppc_subarch_vcpu_init()
/linux/arch/powerpc/kernel/
H A Dhead_booke.h353 mfspr r10,SPRN_DBSR; /* check single-step/branch taken */ \
370 mtspr SPRN_DBSR,r10; \
390 2: mfspr r4,SPRN_DBSR; \
411 mfspr r10,SPRN_DBSR; /* check single-step/branch taken */ \
428 mtspr SPRN_DBSR,r10; \
448 2: mfspr r4,SPRN_DBSR; \
H A Dexceptions-64e.S689 mfspr r14,SPRN_DBSR /* check single-step/branch taken */
711 mtspr SPRN_DBSR,r14
733 mfspr r14,SPRN_DBSR
760 mfspr r14,SPRN_DBSR /* check single-step/branch taken */
782 mtspr SPRN_DBSR,r14
804 mfspr r14,SPRN_DBSR
H A Dinterrupt.c99 mtspr(SPRN_DBSR, -1); in booke_load_dbcr0()
H A Dhead_85xx.S203 mtspr SPRN_DBSR,r2
/linux/arch/powerpc/include/asm/
H A Dreg_booke.h185 #define SPRN_DBSR 0x130 /* Debug Status Register */ macro
H A Dinterrupt.h147 mtspr(SPRN_DBSR, -1); in booke_restore_dbcr0()