Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dmmu.c4042 bool remote_flush, bool local_flush) in mmu_pte_write_flush_tlb() argument
4049 else if (local_flush) in mmu_pte_write_flush_tlb()
4172 bool remote_flush, local_flush, zap_page; in kvm_mmu_pte_write() local
4188 zap_page = remote_flush = local_flush = false; in kvm_mmu_pte_write()
4218 local_flush = true; in kvm_mmu_pte_write()
4231 mmu_pte_write_flush_tlb(vcpu, zap_page, remote_flush, local_flush); in kvm_mmu_pte_write()