Home
last modified time | relevance | path

Searched refs:ppc64_tlb_batch (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/mm/book3s64/
H A Dhash_tlb.c32 DEFINE_PER_CPU(struct ppc64_tlb_batch, ppc64_tlb_batch);
33 EXPORT_SYMBOL_IF_KUNIT(ppc64_tlb_batch);
45 struct ppc64_tlb_batch *batch = &get_cpu_var(ppc64_tlb_batch); in hpte_need_flush()
106 put_cpu_var(ppc64_tlb_batch); in hpte_need_flush()
135 put_cpu_var(ppc64_tlb_batch); in hpte_need_flush()
145 void __flush_tlb_pending(struct ppc64_tlb_batch *batch) in __flush_tlb_pending()
162 struct ppc64_tlb_batch *tlbbatch = &get_cpu_var(ppc64_tlb_batch); in hash__tlb_flush()
172 put_cpu_var(ppc64_tlb_batch); in hash__tlb_flush()
H A Dhash_native.c784 struct ppc64_tlb_batch *batch = this_cpu_ptr(&ppc64_tlb_batch); in native_flush_hash_range()
H A Dhash_utils.c2285 struct ppc64_tlb_batch *batch = in flush_hash_range()
2286 this_cpu_ptr(&ppc64_tlb_batch); in flush_hash_range()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dtlbflush-hash.h14 struct ppc64_tlb_batch { struct
22 DECLARE_PER_CPU(struct ppc64_tlb_batch, ppc64_tlb_batch); argument
24 extern void __flush_tlb_pending(struct ppc64_tlb_batch *batch);
39 struct ppc64_tlb_batch *batch; in arch_flush_lazy_mmu_mode()
43 batch = this_cpu_ptr(&ppc64_tlb_batch); in arch_flush_lazy_mmu_mode()
/linux/arch/powerpc/platforms/pseries/
H A Dlpar.c1350 static void do_block_remove(unsigned long number, struct ppc64_tlb_batch *batch, in do_block_remove()
1531 struct ppc64_tlb_batch *batch = this_cpu_ptr(&ppc64_tlb_batch); in pSeries_lpar_flush_hash_range()