Searched refs:skip_tlb_flush (Results 1 – 3 of 3) sorted by relevance
4373 bool skip_tlb_flush) in fast_cr3_switch() argument4396 if (!skip_tlb_flush) { in fast_cr3_switch()4422 bool skip_tlb_flush) in __kvm_mmu_new_cr3() argument4424 if (!fast_cr3_switch(vcpu, new_cr3, new_role, skip_tlb_flush)) in __kvm_mmu_new_cr3()4429 void kvm_mmu_new_cr3(struct kvm_vcpu *vcpu, gpa_t new_cr3, bool skip_tlb_flush) in kvm_mmu_new_cr3() argument4432 skip_tlb_flush); in kvm_mmu_new_cr3()
960 bool skip_tlb_flush = false; in kvm_set_cr3() local965 skip_tlb_flush = cr3 & X86_CR3_PCID_NOFLUSH; in kvm_set_cr3()971 if (!skip_tlb_flush) { in kvm_set_cr3()985 kvm_mmu_new_cr3(vcpu, cr3, skip_tlb_flush); in kvm_set_cr3()
1457 void kvm_mmu_new_cr3(struct kvm_vcpu *vcpu, gpa_t new_cr3, bool skip_tlb_flush);