Home
last modified time | relevance | path

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

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