Searched refs:DBSR_IC (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | head_booke.h | 373 andis. r10,r10,(DBSR_IC|DBSR_BT)@h; \ 388 lis r10,(DBSR_IC|DBSR_BT)@h; /* clear the IC event */ \ 426 andis. r10,r10,(DBSR_IC|DBSR_BT)@h; \ 441 lis r10,(DBSR_IC|DBSR_BT)@h; /* clear the IC event */ \
|
| H A D | head_40x.S | 450 andis. r10,r10,DBSR_IC@h 462 lis r10,DBSR_IC@h /* clear the IC event */
|
| H A D | exceptions-64e.S | 747 andis. r15,r14,(DBSR_IC|DBSR_BT)@h 766 lis r14,(DBSR_IC|DBSR_BT)@h /* clear the event */ 819 andis. r15,r14,(DBSR_IC|DBSR_BT)@h 838 lis r14,(DBSR_IC|DBSR_BT)@h /* clear the event */
|
| H A D | traps.c | 2055 } else if (debug_status & DBSR_IC) { /* Instruction complete */ in DebugException() 2061 mtspr(SPRN_DBSR, DBSR_IC); in DebugException()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | reg_booke.h | 317 #define DBSR_IC 0x08000000 /* Instruction Completion */ macro 336 #define DBSR_IC 0x80000000 /* Instruction Completion */ macro
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | processor.h | 170 #define DBSR_IC 0x08000000 /* Book E Instruction Completion */ macro
|