Searched refs:SPRN_DBSR (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/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 | 2036 mtspr(SPRN_DBSR, DBSR_BT); in DebugException() 2061 mtspr(SPRN_DBSR, DBSR_IC); in DebugException()
|
| H A D | head_fsl_booke.S | 205 mtspr SPRN_DBSR,r2
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/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 */
|