Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dhead_booke.h354 andis. r10,r10,(DBSR_IC|DBSR_BT)@h; \
369 lis r10,(DBSR_IC|DBSR_BT)@h; /* clear the IC event */ \
412 andis. r10,r10,(DBSR_IC|DBSR_BT)@h; \
427 lis r10,(DBSR_IC|DBSR_BT)@h; /* clear the IC event */ \
H A Dexceptions-64e.S690 andis. r15,r14,(DBSR_IC|DBSR_BT)@h
709 lis r14,(DBSR_IC|DBSR_BT)@h /* clear the event */
761 andis. r15,r14,(DBSR_IC|DBSR_BT)@h
780 lis r14,(DBSR_IC|DBSR_BT)@h /* clear the event */
/linux/arch/powerpc/include/asm/
H A Dreg_booke.h275 #define DBSR_IC 0x08000000 /* Instruction Completion */ macro