Searched refs:remote_flush (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dmmu.c2726 bool remote_flush, bool local_flush)
2731 if (remote_flush)
2799 bool remote_flush, local_flush, zap_page; local
2801 zap_page = remote_flush = local_flush = false;
2910 if (!remote_flush && need_remote_flush(entry, *spte))
2911 remote_flush = true;
2915 mmu_pte_write_flush_tlb(vcpu, zap_page, remote_flush, local_flush);
2725 mmu_pte_write_flush_tlb(struct kvm_vcpu *vcpu, bool zap_page, bool remote_flush, bool local_flush) argument

Completed in 78 milliseconds