Searched refs:__flush_tlb_pending (Results 1 – 7 of 7) sorted by relevance
/linux/arch/powerpc/mm/book3s64/ |
A D | hash_tlb.c | 121 __flush_tlb_pending(batch); in hpte_need_flush() 133 __flush_tlb_pending(batch); in hpte_need_flush() 144 void __flush_tlb_pending(struct ppc64_tlb_batch *batch) in __flush_tlb_pending() function 168 __flush_tlb_pending(tlbbatch); in hash__tlb_flush()
|
/linux/arch/powerpc/include/asm/book3s/64/ |
A 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/arch/sparc/include/asm/ |
A D | tlb_64.h | 22 void __flush_tlb_pending(unsigned long, unsigned long, unsigned long *);
|
/linux/arch/sparc/mm/ |
A 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
|
A D | tlb.c | 41 __flush_tlb_pending(CTX_HWBITS(tb->mm->context), in flush_tlb_pending()
|
/linux/arch/sparc/kernel/ |
A D | smp_64.c | 1073 __flush_tlb_pending(t->ctx, t->nr, t->vaddrs); in tlb_pending_func() 1090 __flush_tlb_pending(ctx, nr, vaddrs); in smp_flush_tlb_pending()
|
/linux/arch/powerpc/kernel/ |
A D | process.c | 1223 __flush_tlb_pending(batch); in __switch_to()
|
Completed in 20 milliseconds