Searched refs:DBSR_IC (Results 1 - 5 of 5) 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.h253 andis. r10,r10,(DBSR_IC|DBSR_BT)@h; \
268 lis r10,(DBSR_IC|DBSR_BT)@h; /* clear the IC event */ \
306 andis. r10,r10,(DBSR_IC|DBSR_BT)@h; \
321 lis r10,(DBSR_IC|DBSR_BT)@h; /* clear the IC event */ \
H A Dexceptions-64e.S387 andis. r15,r14,DBSR_IC@h
398 lis r14,DBSR_IC@h /* clear the IC event */
H A Dhead_40x.S693 andis. r10,r10,DBSR_IC@h
705 lis r10,DBSR_IC@h /* clear the IC event */
H A Dtraps.c1249 } else if (debug_status & DBSR_IC) { /* Instruction complete */
1255 mtspr(SPRN_DBSR, DBSR_IC);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dreg_booke.h254 #define DBSR_IC 0x08000000 /* Instruction Completion */ macro
273 #define DBSR_IC 0x80000000 /* Instruction Completion */ macro

Completed in 66 milliseconds