Searched refs:__flush_tlb_pending (Results 1 – 7 of 7) sorted by relevance
/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() 140 void __flush_tlb_pending(struct ppc64_tlb_batch *batch) in __flush_tlb_pending() function
|
/arch/powerpc/include/asm/ |
D | tlbflush.h | 95 extern void __flush_tlb_pending(struct ppc64_tlb_batch *batch); 114 __flush_tlb_pending(batch); in arch_leave_lazy_mmu_mode()
|
D | tlb.h | 50 __flush_tlb_pending(tlbbatch); in tlb_flush()
|
/arch/sparc/mm/ |
D | tlb.c | 36 __flush_tlb_pending(CTX_HWBITS(mp->mm->context), in flush_tlb_pending()
|
D | ultra.S | 56 .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/ |
D | tlb_64.h | 41 extern void __flush_tlb_pending(unsigned long, unsigned long, unsigned long *);
|
/arch/sparc/kernel/ |
D | smp_64.c | 1084 __flush_tlb_pending(ctx, nr, vaddrs); in smp_flush_tlb_pending()
|