Home
last modified time | relevance | path

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

/openbmc/linux/arch/microblaze/kernel/
H A Dmisc.S28 .globl _tlbia;
29 .type _tlbia, @function
31 _tlbia: label
45 .size _tlbia, . - _tlbia
/openbmc/linux/arch/powerpc/include/asm/book3s/32/
H A Dtlbflush.h23 void _tlbia(void);
33 _tlbia(); in tlb_flush()
44 _tlbia(); in flush_range()
52 _tlbia(); in flush_tlb_mm()
/openbmc/linux/arch/microblaze/include/asm/
H A Dtlbflush.h18 extern void _tlbia(void);
20 #define __tlbia() { preempt_disable(); _tlbia(); preempt_enable(); }
H A Dmmu.h52 extern void _tlbia(void); /* invalidate all TLB entries */
/openbmc/linux/arch/powerpc/mm/book3s32/
H A Dnohash_low.S46 _GLOBAL(_tlbia)
80 _ASM_NOKPROBE_SYMBOL(_tlbia)
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dmmu.h137 extern void _tlbia(void); /* invalidate all TLB entries */