Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
A Dhead_booke.h355 andis. r10,r10,(DBSR_IC|DBSR_BT)@h; \
370 lis r10,(DBSR_IC|DBSR_BT)@h; /* clear the IC event */ \
413 andis. r10,r10,(DBSR_IC|DBSR_BT)@h; \
428 lis r10,(DBSR_IC|DBSR_BT)@h; /* clear the IC event */ \
A Dhead_40x.S469 andis. r10,r10,DBSR_IC@h
481 lis r10,DBSR_IC@h /* clear the IC event */
A Dexceptions-64e.S706 andis. r15,r14,(DBSR_IC|DBSR_BT)@h
725 lis r14,(DBSR_IC|DBSR_BT)@h /* clear the event */
777 andis. r15,r14,(DBSR_IC|DBSR_BT)@h
796 lis r14,(DBSR_IC|DBSR_BT)@h /* clear the event */
A Dtraps.c2017 } else if (debug_status & DBSR_IC) { /* Instruction complete */ in DEFINE_INTERRUPT_HANDLER()
2023 mtspr(SPRN_DBSR, DBSR_IC); in DEFINE_INTERRUPT_HANDLER()
/linux/arch/powerpc/include/asm/
A Dreg_booke.h305 #define DBSR_IC 0x08000000 /* Instruction Completion */ macro
324 #define DBSR_IC 0x80000000 /* Instruction Completion */ macro

Completed in 13 milliseconds