Home
last modified time | relevance | path

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

/arch/parisc/kernel/
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()
/arch/loongarch/kvm/
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()
/arch/mips/kvm/
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()

Completed in 15 milliseconds