Searched refs:__flush_tlb_pending (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/powerpc/mm/ |
D | tlb_hash64.c | 123 __flush_tlb_pending(batch); in hpte_need_flush() 135 __flush_tlb_pending(batch); in hpte_need_flush() 146 void __flush_tlb_pending(struct ppc64_tlb_batch *batch) in __flush_tlb_pending() function 169 __flush_tlb_pending(tlbbatch); in hash__tlb_flush()
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/ |
D | tlbflush-hash.h | 25 extern void __flush_tlb_pending(struct ppc64_tlb_batch *batch); 48 __flush_tlb_pending(batch); in arch_leave_lazy_mmu_mode()
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | tlb_64.h | 23 void __flush_tlb_pending(unsigned long, unsigned long, unsigned long *);
|
/Linux-v4.19/arch/sparc/mm/ |
D | ultra.S | 84 .globl __flush_tlb_pending 85 __flush_tlb_pending: /* 27 insns */ label 1002 sethi %hi(__flush_tlb_pending), %o0 1003 or %o0, %lo(__flush_tlb_pending), %o0 1055 sethi %hi(__flush_tlb_pending), %o0 1056 or %o0, %lo(__flush_tlb_pending), %o0
|
D | tlb.c | 42 __flush_tlb_pending(CTX_HWBITS(tb->mm->context), in flush_tlb_pending()
|
/Linux-v4.19/arch/sparc/kernel/ |
D | smp_64.c | 1110 __flush_tlb_pending(t->ctx, t->nr, t->vaddrs); in tlb_pending_func() 1129 __flush_tlb_pending(ctx, nr, vaddrs); in smp_flush_tlb_pending()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | process.c | 1187 __flush_tlb_pending(batch); in __switch_to()
|