Searched refs:DBSR_IC (Results 1 – 4 of 4) sorted by relevance
/linux/arch/powerpc/kernel/ |
H A D | head_booke.h | 354 andis. r10,r10,(DBSR_IC|DBSR_BT)@h; \ 369 lis r10,(DBSR_IC|DBSR_BT)@h; /* clear the IC event */ \ 412 andis. r10,r10,(DBSR_IC|DBSR_BT)@h; \ 427 lis r10,(DBSR_IC|DBSR_BT)@h; /* clear the IC event */ \
|
H A D | exceptions-64e.S | 690 andis. r15,r14,(DBSR_IC|DBSR_BT)@h 709 lis r14,(DBSR_IC|DBSR_BT)@h /* clear the event */ 761 andis. r15,r14,(DBSR_IC|DBSR_BT)@h 780 lis r14,(DBSR_IC|DBSR_BT)@h /* clear the event */
|
H A D | traps.c | 2063 } else if (debug_status & DBSR_IC) { /* Instruction complete */ in DEFINE_INTERRUPT_HANDLER() 2069 mtspr(SPRN_DBSR, DBSR_IC); in DEFINE_INTERRUPT_HANDLER()
|
/linux/arch/powerpc/include/asm/ |
H A D | reg_booke.h | 275 #define DBSR_IC 0x08000000 /* Instruction Completion */ macro
|