Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dmmu.c4125 static bool cached_root_available(struct kvm_vcpu *vcpu, gpa_t new_cr3, in cached_root_available() argument
4138 if (new_cr3 == root.cr3 && VALID_PAGE(root.hpa) && in cached_root_available()
4149 static bool fast_cr3_switch(struct kvm_vcpu *vcpu, gpa_t new_cr3, in fast_cr3_switch() argument
4162 if (mmu_check_root(vcpu, new_cr3 >> PAGE_SHIFT)) in fast_cr3_switch()
4165 if (cached_root_available(vcpu, new_cr3, new_role)) { in fast_cr3_switch()
4199 static void __kvm_mmu_new_cr3(struct kvm_vcpu *vcpu, gpa_t new_cr3, 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
4209 __kvm_mmu_new_cr3(vcpu, new_cr3, kvm_mmu_calc_root_page_role(vcpu), in kvm_mmu_new_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);