Searched refs:PPC_TLBILX (Results 1 – 2 of 2) sorted by relevance
/linux/arch/powerpc/include/asm/ |
A D | ppc-opcode.h | 595 #define PPC_TLBILX(t, a, b) stringify_in_c(.long PPC_RAW_TLBILX(t, a, b)) macro 596 #define PPC_TLBILX_ALL(a, b) PPC_TLBILX(0, a, b) 597 #define PPC_TLBILX_PID(a, b) PPC_TLBILX(1, a, b) 598 #define PPC_TLBILX_VA(a, b) PPC_TLBILX(3, a, b)
|
/linux/arch/powerpc/kernel/ |
A D | exceptions-64e.S | 1386 PPC_TLBILX(0,0,R0)
|
Completed in 9 milliseconds