Home
last modified time | relevance | path

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

/linux/arch/microblaze/kernel/
A Dmisc.S50 .globl _tlbie;
51 .type _tlbie, @function
53 _tlbie: label
66 .size _tlbie, . - _tlbie
/linux/arch/powerpc/include/asm/book3s/32/
A Dtlbflush.h14 void _tlbie(unsigned long address);
16 static inline void _tlbie(unsigned long address) in _tlbie() function
40 _tlbie(start); in flush_range()
58 _tlbie(vmaddr); in flush_tlb_page()
/linux/arch/microblaze/include/asm/
A Dtlbflush.h17 extern void _tlbie(unsigned long address);
21 #define __tlbie(x) { _tlbie(x); }
A Dmmu.h51 extern void _tlbie(unsigned long va); /* invalidate a TLB entry */
/linux/arch/powerpc/mm/book3s32/
A Dnohash_low.S15 _GLOBAL(_tlbie)
40 _ASM_NOKPROBE_SYMBOL(_tlbie)
/linux/arch/microblaze/mm/
A Dpgtable.c158 _tlbie(va); in map_page()

Completed in 8 milliseconds