Searched refs:DBSR_IC (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/arch/powerpc/kernel/ |
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 */ \
|
D | head_40x.S | 478 andis. r10,r10,DBSR_IC@h 490 lis r10,DBSR_IC@h /* clear the IC event */
|
D | exceptions-64e.S | 703 andis. r15,r14,(DBSR_IC|DBSR_BT)@h 722 lis r14,(DBSR_IC|DBSR_BT)@h /* clear the event */ 774 andis. r15,r14,(DBSR_IC|DBSR_BT)@h 793 lis r14,(DBSR_IC|DBSR_BT)@h /* clear the event */
|
D | traps.c | 2019 } else if (debug_status & DBSR_IC) { /* Instruction complete */ in DEFINE_INTERRUPT_HANDLER() 2025 mtspr(SPRN_DBSR, DBSR_IC); in DEFINE_INTERRUPT_HANDLER()
|
/linux-5.19.10/arch/powerpc/include/asm/ |
D | reg_booke.h | 305 #define DBSR_IC 0x08000000 /* Instruction Completion */ macro 324 #define DBSR_IC 0x80000000 /* Instruction Completion */ macro
|