Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Dmmu.c4162 bool remote_flush, bool local_flush) in mmu_pte_write_flush_tlb() argument
4169 else if (local_flush) in mmu_pte_write_flush_tlb()
4292 bool remote_flush, local_flush, zap_page; in kvm_mmu_pte_write() local
4309 zap_page = remote_flush = local_flush = false; in kvm_mmu_pte_write()
4339 local_flush = true; in kvm_mmu_pte_write()
4352 mmu_pte_write_flush_tlb(vcpu, zap_page, remote_flush, local_flush); in kvm_mmu_pte_write()