Searched refs:DBSR_BT (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | head_booke.h | 355 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 */ \
|
H A D | exceptions-64e.S | 691 andis. r15,r14,(DBSR_IC|DBSR_BT)@h 710 lis r14,(DBSR_IC|DBSR_BT)@h /* clear the event */ 762 andis. r15,r14,(DBSR_IC|DBSR_BT)@h 781 lis r14,(DBSR_IC|DBSR_BT)@h /* clear the event */
|
H A D | traps.c | 2039 if (debug_status & DBSR_BT) { in DEFINE_INTERRUPT_HANDLER() 2045 mtspr(SPRN_DBSR, DBSR_BT); in DEFINE_INTERRUPT_HANDLER()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | reg_booke.h | 306 #define DBSR_BT 0x04000000 /* Branch Taken */ macro 325 #define DBSR_BT 0x40000000 /* Branch taken */ macro
|