Home
last modified time | relevance | path

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

/arch/powerpc/mm/
Dtlb_hash64.c118 __flush_tlb_pending(batch); in hpte_need_flush()
130 __flush_tlb_pending(batch); in hpte_need_flush()
140 void __flush_tlb_pending(struct ppc64_tlb_batch *batch) in __flush_tlb_pending() function
/arch/powerpc/include/asm/
Dtlbflush.h95 extern void __flush_tlb_pending(struct ppc64_tlb_batch *batch);
114 __flush_tlb_pending(batch); in arch_leave_lazy_mmu_mode()
Dtlb.h50 __flush_tlb_pending(tlbbatch); in tlb_flush()
/arch/sparc/mm/
Dtlb.c36 __flush_tlb_pending(CTX_HWBITS(mp->mm->context), in flush_tlb_pending()
Dultra.S56 .globl __flush_tlb_pending symbol
57 __flush_tlb_pending: /* 26 insns */ label
342 sethi %hi(__flush_tlb_pending), %o0
343 or %o0, %lo(__flush_tlb_pending), %o0
700 sethi %hi(__flush_tlb_pending), %o0
701 or %o0, %lo(__flush_tlb_pending), %o0
/arch/sparc/include/asm/
Dtlb_64.h41 extern void __flush_tlb_pending(unsigned long, unsigned long, unsigned long *);
/arch/sparc/kernel/
Dsmp_64.c1084 __flush_tlb_pending(ctx, nr, vaddrs); in smp_flush_tlb_pending()