Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/kernel/
Dhead_booke.h263 andis. r10,r10,(DBSR_IC|DBSR_BT)@h; \
278 lis r10,(DBSR_IC|DBSR_BT)@h; /* clear the IC event */ \
316 andis. r10,r10,(DBSR_IC|DBSR_BT)@h; \
331 lis r10,(DBSR_IC|DBSR_BT)@h; /* clear the IC event */ \
Dexceptions-64e.S412 andis. r15,r14,DBSR_IC@h
423 lis r14,DBSR_IC@h /* clear the IC event */
477 andis. r15,r14,DBSR_IC@h
488 lis r14,DBSR_IC@h /* clear the IC event */
Dhead_40x.S705 andis. r10,r10,DBSR_IC@h
717 lis r10,DBSR_IC@h /* clear the IC event */
Dtraps.c1336 } else if (debug_status & DBSR_IC) { /* Instruction complete */ in DebugException()
1342 mtspr(SPRN_DBSR, DBSR_IC); in DebugException()
/linux-3.4.99/arch/powerpc/include/asm/
Dreg_booke.h276 #define DBSR_IC 0x08000000 /* Instruction Completion */ macro
295 #define DBSR_IC 0x80000000 /* Instruction Completion */ macro