Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/kernel/
Dhead_booke.h373 andis. r10,r10,(DBSR_IC|DBSR_BT)@h; \
388 lis r10,(DBSR_IC|DBSR_BT)@h; /* clear the IC event */ \
426 andis. r10,r10,(DBSR_IC|DBSR_BT)@h; \
441 lis r10,(DBSR_IC|DBSR_BT)@h; /* clear the IC event */ \
Dhead_40x.S449 andis. r10,r10,DBSR_IC@h
461 lis r10,DBSR_IC@h /* clear the IC event */
Dexceptions-64e.S747 andis. r15,r14,(DBSR_IC|DBSR_BT)@h
766 lis r14,(DBSR_IC|DBSR_BT)@h /* clear the event */
819 andis. r15,r14,(DBSR_IC|DBSR_BT)@h
838 lis r14,(DBSR_IC|DBSR_BT)@h /* clear the event */
Dtraps.c2023 } else if (debug_status & DBSR_IC) { /* Instruction complete */ in DebugException()
2029 mtspr(SPRN_DBSR, DBSR_IC); in DebugException()
/Linux-v5.10/arch/powerpc/include/asm/
Dreg_booke.h317 #define DBSR_IC 0x08000000 /* Instruction Completion */ macro
336 #define DBSR_IC 0x80000000 /* Instruction Completion */ macro