Searched refs:__flush_tlb_pending (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/powerpc/mm/ |
D | tlb_hash64.c | 118 __flush_tlb_pending(batch); in hpte_need_flush() 130 __flush_tlb_pending(batch); in hpte_need_flush() 141 void __flush_tlb_pending(struct ppc64_tlb_batch *batch) in __flush_tlb_pending() function 167 __flush_tlb_pending(tlbbatch); in tlb_flush()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | tlbflush.h | 104 extern void __flush_tlb_pending(struct ppc64_tlb_batch *batch); 120 __flush_tlb_pending(batch); in arch_leave_lazy_mmu_mode()
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | tlb_64.h | 22 void __flush_tlb_pending(unsigned long, unsigned long, unsigned long *);
|
/linux-4.4.14/arch/sparc/mm/ |
D | ultra.S | 83 .globl __flush_tlb_pending 84 __flush_tlb_pending: /* 26 insns */ label 415 sethi %hi(__flush_tlb_pending), %o0 416 or %o0, %lo(__flush_tlb_pending), %o0 831 sethi %hi(__flush_tlb_pending), %o0 832 or %o0, %lo(__flush_tlb_pending), %o0
|
D | tlb.c | 41 __flush_tlb_pending(CTX_HWBITS(tb->mm->context), in flush_tlb_pending()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | smp_64.c | 1087 __flush_tlb_pending(t->ctx, t->nr, t->vaddrs); in tlb_pending_func() 1106 __flush_tlb_pending(ctx, nr, vaddrs); in smp_flush_tlb_pending()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | process.c | 888 __flush_tlb_pending(batch); in __switch_to()
|