/Linux-v6.1/arch/x86/mm/ |
D | tlb.c | 215 u16 *new_asid, bool *need_flush) in choose_new_asid() argument 221 *need_flush = true; in choose_new_asid() 234 *need_flush = (this_cpu_read(cpu_tlbstate.ctxs[asid].tlb_gen) < in choose_new_asid() 248 *need_flush = true; in choose_new_asid() 277 static void load_new_mm_cr3(pgd_t *pgdir, u16 new_asid, bool need_flush) in load_new_mm_cr3() argument 281 if (need_flush) { in load_new_mm_cr3() 497 bool need_flush; in switch_mm_irqs_off() local 592 need_flush = true; in switch_mm_irqs_off() 618 choose_new_asid(next, next_tlb_gen, &new_asid, &need_flush); in switch_mm_irqs_off() 625 if (need_flush) { in switch_mm_irqs_off()
|
/Linux-v6.1/arch/arm/mm/ |
D | pmsa-v7.c | 368 unsigned int subregions, bool need_flush) in mpu_setup_region() argument 387 if (need_flush) in mpu_setup_region() 441 bool need_flush = region == PMSAv7_RAM_REGION; in pmsav7_setup() local 448 xip[i].subreg, need_flush); in pmsav7_setup()
|
/Linux-v6.1/arch/x86/kernel/ |
D | amd_gart_64.c | 87 static bool need_flush; /* global flush state. set for each gart wrap */ variable 104 need_flush = true; in alloc_iommu() 113 need_flush = true; in alloc_iommu() 117 need_flush = true; in alloc_iommu() 142 if (need_flush) { in flush_gart() 144 need_flush = false; in flush_gart()
|
/Linux-v6.1/drivers/gpu/drm/etnaviv/ |
D | etnaviv_buffer.c | 350 bool need_flush = switch_mmu_context || gpu->flush_seq != new_flush_seq; in etnaviv_buffer_queue() local 368 if (need_flush || switch_context) { in etnaviv_buffer_queue() 375 if (need_flush) { in etnaviv_buffer_queue() 404 if (need_flush) { in etnaviv_buffer_queue()
|
/Linux-v6.1/arch/sparc/kernel/ |
D | iommu-common.c | 19 static inline bool need_flush(struct iommu_map_table *iommu) in need_flush() function 206 (n < pool->hint || need_flush(iommu))) { in iommu_tbl_range_alloc()
|
/Linux-v6.1/mm/ |
D | highmem.c | 188 int need_flush = 0; in flush_all_zero_pkmaps() local 219 need_flush = 1; in flush_all_zero_pkmaps() 221 if (need_flush) in flush_all_zero_pkmaps()
|
/Linux-v6.1/drivers/infiniband/hw/mlx4/ |
D | cm.c | 529 int need_flush = 0; in mlx4_ib_cm_paravirt_clean() local 537 need_flush |= !cancel_delayed_work(&map->timeout); in mlx4_ib_cm_paravirt_clean() 543 if (need_flush) in mlx4_ib_cm_paravirt_clean()
|
/Linux-v6.1/arch/arm64/kvm/hyp/ |
D | pgtable.c | 960 bool need_flush = false; in stage2_unmap_walker() local 976 need_flush = !stage2_has_fwb(pgt); in stage2_unmap_walker() 986 if (need_flush && mm_ops->dcache_clean_inval_poc) in stage2_unmap_walker()
|
/Linux-v6.1/fs/ceph/ |
D | snap.c | 573 capsnap->need_flush = true; in ceph_queue_cap_snap() 585 ceph_cap_string(dirty), capsnap->need_flush ? "" : "no_flush"); in ceph_queue_cap_snap()
|
D | super.h | 230 bool need_flush; member
|
D | caps.c | 1427 if (capsnap->need_flush) { in __prep_cap() 1549 BUG_ON(!capsnap->need_flush); in __ceph_flush_snaps() 3045 if (!capsnap->need_flush && in ceph_try_drop_cap_snap()
|
/Linux-v6.1/drivers/md/ |
D | dm-writecache.c | 994 bool need_flush = false; in writecache_resume() local 1062 need_flush = true; in writecache_resume() 1083 need_flush = true; in writecache_resume() 1090 if (need_flush) { in writecache_resume()
|
D | raid10.c | 4795 int need_flush = 0; in reshape_request() local 4836 need_flush = 1; in reshape_request() 4858 need_flush = 1; in reshape_request() 4868 if (need_flush || in reshape_request()
|
/Linux-v6.1/drivers/gpu/drm/i915/gem/selftests/ |
D | i915_gem_context.c | 458 unsigned int n, m, need_flush; in cpu_fill() local 462 err = i915_gem_object_prepare_write(obj, &need_flush); in cpu_fill()
|
/Linux-v6.1/arch/x86/kvm/mmu/ |
D | mmu.c | 1406 bool need_flush = false; in kvm_set_pte_rmap() local 1418 need_flush = true; in kvm_set_pte_rmap() 1432 if (need_flush && kvm_available_flush_tlb_with_range()) { in kvm_set_pte_rmap() 1437 return need_flush; in kvm_set_pte_rmap()
|