Home
last modified time | relevance | path

Searched refs:DBSR_BT (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/powerpc/kernel/
Dhead_booke.h281 andis. r10,r10,(DBSR_IC|DBSR_BT)@h; \
296 lis r10,(DBSR_IC|DBSR_BT)@h; /* clear the IC event */ \
334 andis. r10,r10,(DBSR_IC|DBSR_BT)@h; \
349 lis r10,(DBSR_IC|DBSR_BT)@h; /* clear the IC event */ \
Dexceptions-64e.S735 andis. r15,r14,(DBSR_IC|DBSR_BT)@h
746 lis r14,(DBSR_IC|DBSR_BT)@h /* clear the event */
799 andis. r15,r14,(DBSR_IC|DBSR_BT)@h
810 lis r14,(DBSR_IC|DBSR_BT)@h /* clear the event */
Dtraps.c1651 if (debug_status & DBSR_BT) { in DebugException()
1657 mtspr(SPRN_DBSR, DBSR_BT); in DebugException()
/linux-4.4.14/arch/powerpc/include/asm/
Dreg_booke.h325 #define DBSR_BT 0x04000000 /* Branch Taken */ macro
344 #define DBSR_BT 0x40000000 /* Branch taken */ macro