Searched refs:PPC_TLBILX (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 607 #define PPC_TLBILX(t, a, b) stringify_in_c(.long PPC_RAW_TLBILX(t, a, b)) macro 608 #define PPC_TLBILX_ALL(a, b) PPC_TLBILX(0, a, b) 609 #define PPC_TLBILX_PID(a, b) PPC_TLBILX(1, a, b) 610 #define PPC_TLBILX_VA(a, b) PPC_TLBILX(3, a, b)
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | exceptions-64e.S | 1369 PPC_TLBILX(0,0,R0)
|