Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kvm/
Dmmu.c3193 bool remote_flush, bool local_flush) in mmu_pte_write_flush_tlb() argument
3200 else if (local_flush) in mmu_pte_write_flush_tlb()
3236 bool remote_flush, local_flush, zap_page; in kvm_mmu_pte_write() local
3238 zap_page = remote_flush = local_flush = false; in kvm_mmu_pte_write()
3340 local_flush = true; in kvm_mmu_pte_write()
3355 mmu_pte_write_flush_tlb(vcpu, zap_page, remote_flush, local_flush); in kvm_mmu_pte_write()