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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dhead_booke.h252 mfspr r10,SPRN_DBSR; /* check single-step/branch taken */ \
269 mtspr SPRN_DBSR,r10; \
289 2: mfspr r4,SPRN_DBSR; \
305 mfspr r10,SPRN_DBSR; /* check single-step/branch taken */ \
322 mtspr SPRN_DBSR,r10; \
342 2: mfspr r4,SPRN_DBSR; \
H A Dexceptions-64e.S386 mfspr r14,SPRN_DBSR /* check single-step/branch taken */
400 mtspr SPRN_DBSR,r14
421 mfspr r14,SPRN_DBSR
H A Dhead_40x.S692 mfspr r10,SPRN_DBSR /* check single-step/branch taken */
706 mtspr SPRN_DBSR,r10
723 2: mfspr r4,SPRN_DBSR
H A Dtraps.c1233 mtspr(SPRN_DBSR, DBSR_BT);
1255 mtspr(SPRN_DBSR, DBSR_IC);
H A Dentry_32.S155 mtspr SPRN_DBSR,r12
1140 mtspr SPRN_DBSR,r11 /* clear all pending debug events */
H A Dhead_fsl_booke.S142 mtspr SPRN_DBSR,r2
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dbooke_emulate.c115 case SPRN_DBSR:
210 case SPRN_DBSR:
H A Dbooke.c432 dbsr = mfspr(SPRN_DBSR);
434 mtspr(SPRN_DBSR, dbsr);
H A Dbooke_interrupts.S422 mtspr SPRN_DBSR, r3
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dreg_booke.h160 #define SPRN_DBSR 0x130 /* Debug Status Register */ macro
179 #define SPRN_DBSR 0x3F0 /* Debug Status Register */ macro

Completed in 158 milliseconds