Home
last modified time | relevance | path

Searched refs:PPC_TLBIE (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/powerpc/mm/book3s64/
Dhash_native.c99 asm volatile(ASM_FTR_IFCLR("tlbie %0,0", PPC_TLBIE(%1,%0), %2) in ___tlbie()
118 asm volatile(ASM_FTR_IFCLR("tlbie %0,1", PPC_TLBIE(%1,%0), %2) in ___tlbie()
/linux-6.1.9/arch/powerpc/include/asm/
Dppc-opcode.h613 #define PPC_TLBIE(lp, a) stringify_in_c(.long PPC_RAW_TLBIE(lp, a)) macro