Searched refs:PPC_TLBILX (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 617 #define PPC_TLBILX(t, a, b) stringify_in_c(.long PPC_RAW_TLBILX(t, a, b)) macro 618 #define PPC_TLBILX_ALL(a, b) PPC_TLBILX(0, a, b) 619 #define PPC_TLBILX_PID(a, b) PPC_TLBILX(1, a, b) 621 #define PPC_TLBILX_VA(a, b) PPC_TLBILX(3, a, b)
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | exceptions-64e.S | 1374 PPC_TLBILX(0,0,R0)
|