Searched refs:DBSR_IC (Results 1 – 5 of 5) sorted by relevance
/arch/powerpc/kernel/ |
D | head_booke.h | 371 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 */ \
|
D | head_40x.S | 612 andis. r10,r10,DBSR_IC@h 624 lis r10,DBSR_IC@h /* clear the IC event */
|
D | exceptions-64e.S | 746 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 */
|
D | traps.c | 1994 } else if (debug_status & DBSR_IC) { /* Instruction complete */ in DebugException() 2000 mtspr(SPRN_DBSR, DBSR_IC); in DebugException()
|
/arch/powerpc/include/asm/ |
D | reg_booke.h | 318 #define DBSR_IC 0x08000000 /* Instruction Completion */ macro 337 #define DBSR_IC 0x80000000 /* Instruction Completion */ macro
|