Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dhead_booke.h281 andis. r10,r10,(DBSR_IC|DBSR_BT)@h; \
296 lis r10,(DBSR_IC|DBSR_BT)@h; /* clear the IC event */ \
334 andis. r10,r10,(DBSR_IC|DBSR_BT)@h; \
349 lis r10,(DBSR_IC|DBSR_BT)@h; /* clear the IC event */ \
Dexceptions-64e.S735 andis. r15,r14,(DBSR_IC|DBSR_BT)@h
746 lis r14,(DBSR_IC|DBSR_BT)@h /* clear the event */
799 andis. r15,r14,(DBSR_IC|DBSR_BT)@h
810 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()
/linux-4.4.14/arch/powerpc/include/asm/
Dreg_booke.h324 #define DBSR_IC 0x08000000 /* Instruction Completion */ macro
343 #define DBSR_IC 0x80000000 /* Instruction Completion */ macro