Searched refs:SPRN_DBSR (Results 1 – 10 of 10) sorted by relevance
/linux-3.4.99/arch/powerpc/kernel/ |
D | head_booke.h | 262 mfspr r10,SPRN_DBSR; /* check single-step/branch taken */ \ 279 mtspr SPRN_DBSR,r10; \ 299 2: mfspr r4,SPRN_DBSR; \ 315 mfspr r10,SPRN_DBSR; /* check single-step/branch taken */ \ 332 mtspr SPRN_DBSR,r10; \ 352 2: mfspr r4,SPRN_DBSR; \
|
D | exceptions-64e.S | 411 mfspr r14,SPRN_DBSR /* check single-step/branch taken */ 425 mtspr SPRN_DBSR,r14 449 mfspr r14,SPRN_DBSR 476 mfspr r14,SPRN_DBSR /* check single-step/branch taken */ 490 mtspr SPRN_DBSR,r14 514 mfspr r14,SPRN_DBSR
|
D | head_40x.S | 704 mfspr r10,SPRN_DBSR /* check single-step/branch taken */ 718 mtspr SPRN_DBSR,r10 735 2: mfspr r4,SPRN_DBSR
|
D | traps.c | 1320 mtspr(SPRN_DBSR, DBSR_BT); in DebugException() 1342 mtspr(SPRN_DBSR, DBSR_IC); in DebugException()
|
D | entry_32.S | 156 mtspr SPRN_DBSR,r12 1170 mtspr SPRN_DBSR,r11 /* clear all pending debug events */
|
D | head_fsl_booke.S | 162 mtspr SPRN_DBSR,r2
|
/linux-3.4.99/arch/powerpc/kvm/ |
D | booke_emulate.c | 116 case SPRN_DBSR: in kvmppc_booke_emulate_mtspr() 211 case SPRN_DBSR: in kvmppc_booke_emulate_mfspr()
|
D | booke.c | 622 dbsr = mfspr(SPRN_DBSR); in kvmppc_handle_exit() 624 mtspr(SPRN_DBSR, dbsr); in kvmppc_handle_exit()
|
D | booke_interrupts.S | 462 mtspr SPRN_DBSR, r3
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | reg_booke.h | 165 #define SPRN_DBSR 0x130 /* Debug Status Register */ macro 183 #define SPRN_DBSR 0x3F0 /* Debug Status Register */ macro
|