Home
last modified time | relevance | path

Searched refs:DBSR_IC (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/kernel/
Dhead_booke.h293 andis. r10,r10,(DBSR_IC|DBSR_BT)@h; \
308 lis r10,(DBSR_IC|DBSR_BT)@h; /* clear the IC event */ \
346 andis. r10,r10,(DBSR_IC|DBSR_BT)@h; \
361 lis r10,(DBSR_IC|DBSR_BT)@h; /* clear the IC event */ \
Dexceptions-64e.S760 andis. r15,r14,(DBSR_IC|DBSR_BT)@h
777 lis r14,(DBSR_IC|DBSR_BT)@h /* clear the event */
830 andis. r15,r14,(DBSR_IC|DBSR_BT)@h
847 lis r14,(DBSR_IC|DBSR_BT)@h /* clear the event */
Dhead_40x.S693 andis. r10,r10,DBSR_IC@h
705 lis r10,DBSR_IC@h /* clear the IC event */
Dtraps.c1673 } else if (debug_status & DBSR_IC) { /* Instruction complete */ in DebugException()
1679 mtspr(SPRN_DBSR, DBSR_IC); in DebugException()
/arch/powerpc/include/asm/
Dreg_booke.h324 #define DBSR_IC 0x08000000 /* Instruction Completion */ macro
343 #define DBSR_IC 0x80000000 /* Instruction Completion */ macro