Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dmmu.c4151 bool skip_tlb_flush) in fast_cr3_switch() argument
4175 if (!skip_tlb_flush) { in fast_cr3_switch()
4201 bool skip_tlb_flush) in __kvm_mmu_new_cr3() argument
4203 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() argument
4210 skip_tlb_flush); in kvm_mmu_new_cr3()
Dx86.c851 bool skip_tlb_flush = false; in kvm_set_cr3() local
856 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()
/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h1347 void kvm_mmu_new_cr3(struct kvm_vcpu *vcpu, gpa_t new_cr3, bool skip_tlb_flush);