Home
last modified time | relevance | path

Searched refs:_tlbie (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/arch/microblaze/kernel/
Dmisc.S50 .globl _tlbie;
51 .type _tlbie, @function
53 _tlbie: label
65 .size _tlbie, . - _tlbie
/Linux-v5.4/arch/microblaze/include/asm/
Dtlbflush.h23 extern void _tlbie(unsigned long address);
27 #define __tlbie(x) { _tlbie(x); }
Dmmu.h57 extern void _tlbie(unsigned long va); /* invalidate a TLB entry */
/Linux-v5.4/arch/powerpc/mm/book3s32/
Dtlb.c144 _tlbie(vmaddr); in flush_tlb_page()
Dhash_low.S631 _GLOBAL(_tlbie)
/Linux-v5.4/arch/powerpc/mm/
Dmmu_decl.h85 extern void _tlbie(unsigned long address);
/Linux-v5.4/arch/microblaze/mm/
Dpgtable.c151 _tlbie(va); in map_page()