Home
last modified time | relevance | path

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

/linux-4.1.27/arch/microblaze/kernel/
Dmisc.S50 .globl _tlbie;
51 .type _tlbie, @function
53 _tlbie: label
65 .size _tlbie, . - _tlbie
/linux-4.1.27/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-4.1.27/arch/powerpc/mm/
Dtlb_hash32.c59 _tlbie(addr); in flush_tlb_page_nohash()
160 _tlbie(vmaddr); in flush_tlb_page()
Dmmu_decl.h89 extern void _tlbie(unsigned long address);
Dhash_low_32.S640 _GLOBAL(_tlbie)
/linux-4.1.27/arch/microblaze/mm/
Dpgtable.c154 _tlbie(va); in map_page()