Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dhead_booke.h371 andis. r10,r10,(DBSR_IC|DBSR_BT)@h; \
386 lis r10,(DBSR_IC|DBSR_BT)@h; /* clear the IC event */ \
424 andis. r10,r10,(DBSR_IC|DBSR_BT)@h; \
439 lis r10,(DBSR_IC|DBSR_BT)@h; /* clear the IC event */ \
Dhead_40x.S612 andis. r10,r10,DBSR_IC@h
624 lis r10,DBSR_IC@h /* clear the IC event */
Dexceptions-64e.S746 andis. r15,r14,(DBSR_IC|DBSR_BT)@h
765 lis r14,(DBSR_IC|DBSR_BT)@h /* clear the event */
818 andis. r15,r14,(DBSR_IC|DBSR_BT)@h
837 lis r14,(DBSR_IC|DBSR_BT)@h /* clear the event */
Dtraps.c1994 } else if (debug_status & DBSR_IC) { /* Instruction complete */ in DebugException()
2000 mtspr(SPRN_DBSR, DBSR_IC); in DebugException()
/arch/powerpc/include/asm/
Dreg_booke.h318 #define DBSR_IC 0x08000000 /* Instruction Completion */ macro
337 #define DBSR_IC 0x80000000 /* Instruction Completion */ macro