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