Home
last modified time | relevance | path

Searched refs:needs_flush (Results 1 – 6 of 6) sorted by relevance

/linux/arch/parisc/kernel/
H A Dcache.c627 bool needs_flush = false; in flush_cache_page_if_present() local
633 needs_flush = pte_needs_cache_flush(pte); in flush_cache_page_if_present()
636 if (needs_flush) in flush_cache_page_if_present()
/linux/arch/loongarch/kvm/
H A Dmmu.c447 int needs_flush; in kvm_arch_commit_memory_region() local
479 needs_flush = kvm_mkclean_gpa_pt(kvm, new->base_gfn, in kvm_arch_commit_memory_region()
482 if (needs_flush) in kvm_arch_commit_memory_region()
/linux/arch/mips/kvm/
H A Dmips.c217 int needs_flush; in kvm_arch_commit_memory_region() local
233 needs_flush = kvm_mips_mkclean_gpa_pt(kvm, new->base_gfn, in kvm_arch_commit_memory_region()
235 if (needs_flush) in kvm_arch_commit_memory_region()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm_pt.c935 params->needs_flush = true; in amdgpu_vm_ptes_update()
H A Damdgpu_vm.c1146 params.needs_flush = flush_tlb; in amdgpu_vm_update_range()
1227 if (params.needs_flush) { in amdgpu_vm_update_range()
/linux/mm/
H A Dmemcontrol.c599 bool needs_flush = memcg_vmstats_needs_flush(memcg->vmstats); in __mem_cgroup_flush_stats() local
602 force, needs_flush); in __mem_cgroup_flush_stats()
604 if (!force && !needs_flush) in __mem_cgroup_flush_stats()