Searched refs:__flush_tlb_pending (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/arch/powerpc/mm/book3s64/ |
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-6.12.1/arch/powerpc/include/asm/book3s/64/ |
D | tlbflush-hash.h | 25 extern void __flush_tlb_pending(struct ppc64_tlb_batch *batch); 53 __flush_tlb_pending(batch); in arch_leave_lazy_mmu_mode()
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | tlb_64.h | 22 void __flush_tlb_pending(unsigned long, unsigned long, unsigned long *);
|
/linux-6.12.1/arch/sparc/mm/ |
D | ultra.S | 84 .globl __flush_tlb_pending symbol 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 | 41 __flush_tlb_pending(CTX_HWBITS(tb->mm->context), in flush_tlb_pending()
|
/linux-6.12.1/arch/sparc/kernel/ |
D | smp_64.c | 1089 __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-6.12.1/arch/powerpc/kernel/ |
D | process.c | 1298 __flush_tlb_pending(batch); in __switch_to()
|