Searched refs:skip_tlb_flush (Results 1 – 3 of 3) sorted by relevance
4151 bool skip_tlb_flush) in fast_cr3_switch() argument4175 if (!skip_tlb_flush) { in fast_cr3_switch()4201 bool skip_tlb_flush) in __kvm_mmu_new_cr3() argument4203 if (!fast_cr3_switch(vcpu, new_cr3, new_role, skip_tlb_flush)) in __kvm_mmu_new_cr3()4207 void kvm_mmu_new_cr3(struct kvm_vcpu *vcpu, gpa_t new_cr3, bool skip_tlb_flush) in kvm_mmu_new_cr3() argument4210 skip_tlb_flush); in kvm_mmu_new_cr3()
851 bool skip_tlb_flush = false; in kvm_set_cr3() local856 skip_tlb_flush = cr3 & X86_CR3_PCID_NOFLUSH; in kvm_set_cr3()862 if (!skip_tlb_flush) { in kvm_set_cr3()876 kvm_mmu_new_cr3(vcpu, cr3, skip_tlb_flush); in kvm_set_cr3()
1347 void kvm_mmu_new_cr3(struct kvm_vcpu *vcpu, gpa_t new_cr3, bool skip_tlb_flush);