Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dhead_booke.h282 andis. r10,r10,(DBSR_IC|DBSR_BT)@h; \
297 lis r10,(DBSR_IC|DBSR_BT)@h; /* clear the IC event */ \
335 andis. r10,r10,(DBSR_IC|DBSR_BT)@h; \
350 lis r10,(DBSR_IC|DBSR_BT)@h; /* clear the IC event */ \
Dexceptions-64e.S736 andis. r15,r14,(DBSR_IC|DBSR_BT)@h
753 lis r14,(DBSR_IC|DBSR_BT)@h /* clear the event */
806 andis. r15,r14,(DBSR_IC|DBSR_BT)@h
823 lis r14,(DBSR_IC|DBSR_BT)@h /* clear the event */
Dhead_40x.S695 andis. r10,r10,DBSR_IC@h
707 lis r10,DBSR_IC@h /* clear the IC event */
Dtraps.c1908 } else if (debug_status & DBSR_IC) { /* Instruction complete */ in DebugException()
1914 mtspr(SPRN_DBSR, DBSR_IC); in DebugException()
/Linux-v4.19/arch/powerpc/include/asm/
Dreg_booke.h321 #define DBSR_IC 0x08000000 /* Instruction Completion */ macro
340 #define DBSR_IC 0x80000000 /* Instruction Completion */ macro