Home
last modified time | relevance | path

Searched refs:kvm_mmu_new_cr3 (Results 1 – 4 of 4) sorted by relevance

/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);
/Linux-v4.19/arch/x86/kvm/
Dmmu.c4207 void kvm_mmu_new_cr3(struct kvm_vcpu *vcpu, gpa_t new_cr3, bool skip_tlb_flush) in kvm_mmu_new_cr3() function
4212 EXPORT_SYMBOL_GPL(kvm_mmu_new_cr3);
Dx86.c876 kvm_mmu_new_cr3(vcpu, cr3, skip_tlb_flush); in kvm_set_cr3()
Dvmx.c11953 kvm_mmu_new_cr3(vcpu, cr3, false); in nested_vmx_load_cr3()