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

/linux-4.1.27/arch/microblaze/kernel/
H A Dmisc.S50 .globl _tlbie;
51 .type _tlbie, @function
53 _tlbie: label
65 .size _tlbie, . - _tlbie
/linux-4.1.27/arch/microblaze/include/asm/
H A Dtlbflush.h23 extern void _tlbie(unsigned long address);
27 #define __tlbie(x) { _tlbie(x); }
H A Dmmu.h57 extern void _tlbie(unsigned long va); /* invalidate a TLB entry */
/linux-4.1.27/arch/powerpc/mm/
H A Dtlb_hash32.c59 _tlbie(addr); flush_tlb_page_nohash()
160 _tlbie(vmaddr); flush_tlb_page()
H A Dmmu_decl.h89 extern void _tlbie(unsigned long address);
H A Dhash_low_32.S640 _GLOBAL(_tlbie)
/linux-4.1.27/arch/microblaze/mm/
H A Dpgtable.c154 _tlbie(va); map_page()

Completed in 175 milliseconds