Home
last modified time | relevance | path

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

/linux/arch/microblaze/kernel/
H A Dmisc.S28 .globl _tlbia;
29 .type _tlbia, @function
31 _tlbia: label
45 .size _tlbia, . - _tlbia
/linux/arch/powerpc/include/asm/book3s/32/
H A Dtlbflush.h24 void _tlbia(void);
36 _tlbia(); in tlb_flush()
47 _tlbia(); in flush_range()
55 _tlbia(); in flush_tlb_mm()
/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 */
/linux/arch/powerpc/mm/book3s32/
H A Dnohash_low.S46 _GLOBAL(_tlbia)
80 _ASM_NOKPROBE_SYMBOL(_tlbia)