Home
last modified time | relevance | path

Searched refs:need_flush (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/arch/ia64/include/asm/
Dtlb.h60 unsigned char need_flush; /* really unmapped some PTEs? */ member
97 tlb->need_flush = 0; in ia64_tlb_flush_mmu_tlbonly()
153 if (!tlb->need_flush) in ia64_tlb_flush_mmu()
210 tlb->need_flush = 1; in __tlb_remove_page()
261 tlb->need_flush = 1; \
267 tlb->need_flush = 1; \
273 tlb->need_flush = 1; \
279 tlb->need_flush = 1; \
/linux-4.4.14/arch/um/include/asm/
Dtlb.h19 unsigned int need_flush; /* Really unmapped some ptes? */ member
36 tlb->need_flush = 0; in init_tlb_gather()
76 if (!tlb->need_flush) in tlb_flush_mmu()
103 tlb->need_flush = 1; in __tlb_remove_page()
122 tlb->need_flush = 1; \
/linux-4.4.14/arch/arm/include/asm/
Dkvm_mmu.h207 bool need_flush = !vcpu_has_cache_enabled(vcpu) || ipa_uncached; in __coherent_cache_guest_page() local
211 if (!need_flush && !icache_is_pipt()) in __coherent_cache_guest_page()
217 if (need_flush) in __coherent_cache_guest_page()
Dtlb.h69 unsigned int need_flush; member
/linux-4.4.14/mm/
Dhighmem.c170 int need_flush = 0; in flush_all_zero_pkmaps() local
201 need_flush = 1; in flush_all_zero_pkmaps()
203 if (need_flush) in flush_all_zero_pkmaps()
Dmremap.c170 bool need_flush = false; in move_page_tables() local
209 need_flush = true; in move_page_tables()
226 need_flush = true; in move_page_tables()
228 if (likely(need_flush)) in move_page_tables()
/linux-4.4.14/arch/x86/kernel/
Damd_gart_64.c92 static bool need_flush; /* global flush state. set for each gart wrap */ variable
110 need_flush = true; in alloc_iommu()
119 need_flush = true; in alloc_iommu()
123 need_flush = true; in alloc_iommu()
148 if (need_flush) { in flush_gart()
150 need_flush = false; in flush_gart()
/linux-4.4.14/lib/
Diommu-common.c18 static inline bool need_flush(struct iommu_map_table *iommu) in need_flush() function
210 (n < pool->hint || need_flush(iommu))) { in iommu_tbl_range_alloc()
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dcm.c419 int need_flush = 1; in mlx4_ib_cm_paravirt_clean() local
427 need_flush &= !!cancel_delayed_work(&map->timeout); in mlx4_ib_cm_paravirt_clean()
433 if (!need_flush) in mlx4_ib_cm_paravirt_clean()
/linux-4.4.14/drivers/iommu/
Damd_iommu.c1598 dom->need_flush = true; in dma_ops_alloc_addresses()
1608 dom->need_flush = true; in dma_ops_alloc_addresses()
1639 dom->need_flush = true; in dma_ops_free_addresses()
1860 dma_dom->need_flush = false; in dma_ops_domain_alloc()
2495 if (unlikely(dma_dom->need_flush && !amd_iommu_unmap_flush)) { in __map_single()
2497 dma_dom->need_flush = false; in __map_single()
2547 if (amd_iommu_unmap_flush || dma_dom->need_flush) { in __unmap_single()
2549 dma_dom->need_flush = false; in __unmap_single()
Damd_iommu_types.h464 bool need_flush; member
/linux-4.4.14/fs/ceph/
Dsnap.c509 capsnap->need_flush = true; in ceph_queue_cap_snap()
521 capsnap->need_flush ? "" : "no_flush"); in ceph_queue_cap_snap()
Dsuper.h177 bool need_flush; member
Dcaps.c1261 BUG_ON(!capsnap->need_flush); in __ceph_flush_snaps()
2555 if (!capsnap->need_flush && in ceph_try_drop_cap_snap()
/linux-4.4.14/drivers/md/
Draid10.c4196 int need_flush = 0; in reshape_request() local
4236 need_flush = 1; in reshape_request()
4258 need_flush = 1; in reshape_request()
4268 if (need_flush || in reshape_request()
/linux-4.4.14/arch/x86/kvm/
Dmmu.c1389 int need_flush = 0; in kvm_set_pte_rmapp() local
1402 need_flush = 1; in kvm_set_pte_rmapp()
1420 if (need_flush) in kvm_set_pte_rmapp()