Home
last modified time | relevance | path

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

/Linux-v4.19/arch/microblaze/kernel/
Dmisc.S50 .globl _tlbie;
51 .type _tlbie, @function
53 _tlbie: label
65 .size _tlbie, . - _tlbie
/Linux-v4.19/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-v4.19/arch/powerpc/mm/
Dtlb_hash32.c149 _tlbie(vmaddr); in flush_tlb_page()
Dmmu_decl.h88 extern void _tlbie(unsigned long address);
Dhash_low_32.S642 _GLOBAL(_tlbie)
/Linux-v4.19/arch/microblaze/mm/
Dpgtable.c155 _tlbie(va); in map_page()