Home
last modified time | relevance | path

Searched refs:DBSR_BT (Results 1 – 3 of 3) 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 */ \
Dtraps.c1314 if (debug_status & DBSR_BT) { in DebugException()
1320 mtspr(SPRN_DBSR, DBSR_BT); in DebugException()
/linux-3.4.99/arch/powerpc/include/asm/
Dreg_booke.h277 #define DBSR_BT 0x04000000 /* Branch Taken */ macro
296 #define DBSR_BT 0x40000000 /* Branch taken */ macro