Searched refs:PPC_TLBILX (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
H A Dppc-opcode.h313 #define PPC_TLBILX(t, a, b) stringify_in_c(.long PPC_INST_TLBILX | \ macro
315 #define PPC_TLBILX_ALL(a, b) PPC_TLBILX(0, a, b)
316 #define PPC_TLBILX_PID(a, b) PPC_TLBILX(1, a, b)
317 #define PPC_TLBILX_VA(a, b) PPC_TLBILX(3, a, b)
/linux-4.4.14/arch/powerpc/kernel/
H A Dexceptions-64e.S1476 PPC_TLBILX(0,0,R0)

Completed in 47 milliseconds