/Linux-v4.19/arch/ia64/include/asm/ |
D | tlb.h | 61 unsigned char need_flush; /* really unmapped some PTEs? */ member 98 tlb->need_flush = 0; in ia64_tlb_flush_mmu_tlbonly() 153 if (!tlb->need_flush) in ia64_tlb_flush_mmu() 193 tlb->need_flush = 1; in arch_tlb_finish_mmu() 214 tlb->need_flush = 1; in __tlb_remove_page() 278 tlb->need_flush = 1; \ 293 tlb->need_flush = 1; \ 299 tlb->need_flush = 1; \ 305 tlb->need_flush = 1; \
|
/Linux-v4.19/arch/um/include/asm/ |
D | tlb.h | 20 unsigned int need_flush; /* Really unmapped some ptes? */ member 37 tlb->need_flush = 0; in init_tlb_gather() 78 if (!tlb->need_flush) in tlb_flush_mmu() 96 tlb->need_flush = 1; in arch_tlb_finish_mmu() 111 tlb->need_flush = 1; in __tlb_remove_page() 142 tlb->need_flush = 1; \
|
/Linux-v4.19/arch/x86/mm/ |
D | tlb.c | 68 u16 *new_asid, bool *need_flush) in choose_new_asid() argument 74 *need_flush = true; in choose_new_asid() 87 *need_flush = (this_cpu_read(cpu_tlbstate.ctxs[asid].tlb_gen) < in choose_new_asid() 101 *need_flush = true; in choose_new_asid() 104 static void load_new_mm_cr3(pgd_t *pgdir, u16 new_asid, bool need_flush) in load_new_mm_cr3() argument 108 if (need_flush) { in load_new_mm_cr3() 256 bool need_flush; in switch_mm_irqs_off() local 306 choose_new_asid(next, next_tlb_gen, &new_asid, &need_flush); in switch_mm_irqs_off() 312 if (need_flush) { in switch_mm_irqs_off()
|
/Linux-v4.19/arch/arm/mm/ |
D | pmsa-v7.c | 367 unsigned int subregions, bool need_flush) in mpu_setup_region() argument 386 if (need_flush) in mpu_setup_region() 440 bool need_flush = region == PMSAv7_RAM_REGION; in pmsav7_setup() local 447 xip[i].subreg, need_flush); in pmsav7_setup()
|
/Linux-v4.19/arch/x86/kernel/ |
D | amd_gart_64.c | 93 static bool need_flush; /* global flush state. set for each gart wrap */ variable 111 need_flush = true; in alloc_iommu() 120 need_flush = true; in alloc_iommu() 124 need_flush = true; in alloc_iommu() 149 if (need_flush) { in flush_gart() 151 need_flush = false; in flush_gart()
|
/Linux-v4.19/mm/ |
D | highmem.c | 167 int need_flush = 0; in flush_all_zero_pkmaps() local 198 need_flush = 1; in flush_all_zero_pkmaps() 200 if (need_flush) in flush_all_zero_pkmaps()
|
/Linux-v4.19/drivers/gpu/drm/etnaviv/ |
D | etnaviv_buffer.c | 328 if (gpu->mmu->need_flush || switch_context) { in etnaviv_buffer_queue() 335 if (gpu->mmu->need_flush) { in etnaviv_buffer_queue() 348 if (gpu->mmu->need_flush) { in etnaviv_buffer_queue() 368 gpu->mmu->need_flush = false; in etnaviv_buffer_queue()
|
D | etnaviv_mmu.c | 264 mmu->need_flush = true; in etnaviv_iommu_map_gem() 283 mmu->need_flush = true; in etnaviv_iommu_unmap_gem() 360 gpu->mmu->need_flush = true; in etnaviv_iommu_get_suballoc_va()
|
D | etnaviv_mmu.h | 51 bool need_flush; member
|
/Linux-v4.19/arch/sparc/kernel/ |
D | iommu-common.c | 19 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-v4.19/drivers/infiniband/hw/mlx4/ |
D | cm.c | 421 int need_flush = 0; in mlx4_ib_cm_paravirt_clean() local 429 need_flush |= !cancel_delayed_work(&map->timeout); in mlx4_ib_cm_paravirt_clean() 435 if (need_flush) in mlx4_ib_cm_paravirt_clean()
|
/Linux-v4.19/arch/arm/include/asm/ |
D | tlb.h | 69 unsigned int need_flush; member
|
/Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
D | i915_gem_context.c | 206 unsigned int n, m, need_flush; in cpu_fill() local 209 err = i915_gem_obj_prepare_shmem_write(obj, &need_flush); in cpu_fill()
|
/Linux-v4.19/fs/ceph/ |
D | snap.c | 512 capsnap->need_flush = true; in ceph_queue_cap_snap() 524 capsnap->need_flush ? "" : "no_flush"); in ceph_queue_cap_snap()
|
D | super.h | 204 bool need_flush; member
|
D | caps.c | 1463 BUG_ON(!capsnap->need_flush); in __ceph_flush_snaps() 2811 if (!capsnap->need_flush && in ceph_try_drop_cap_snap()
|
/Linux-v4.19/drivers/md/ |
D | dm-writecache.c | 883 bool need_flush = false; in writecache_resume() local 936 need_flush = true; in writecache_resume() 957 need_flush = true; in writecache_resume() 964 if (need_flush) { in writecache_resume()
|
D | raid10.c | 4436 int need_flush = 0; in reshape_request() local 4477 need_flush = 1; in reshape_request() 4499 need_flush = 1; in reshape_request() 4509 if (need_flush || in reshape_request()
|
/Linux-v4.19/arch/x86/kvm/ |
D | mmu.c | 1708 int need_flush = 0; in kvm_set_pte_rmapp() local 1721 need_flush = 1; in kvm_set_pte_rmapp() 1740 if (need_flush) in kvm_set_pte_rmapp()
|