Home
last modified time | relevance | path

Searched refs:kvm_mmu_new_pgd (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu.c4625 void kvm_mmu_new_pgd(struct kvm_vcpu *vcpu, gpa_t new_pgd) in kvm_mmu_new_pgd() function
4669 EXPORT_SYMBOL_GPL(kvm_mmu_new_pgd);
5301 kvm_mmu_new_pgd(vcpu, nested_cr3); in kvm_init_shadow_npt_mmu()
5355 kvm_mmu_new_pgd(vcpu, new_eptp); in kvm_init_shadow_ept_mmu()
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h2076 void kvm_mmu_new_pgd(struct kvm_vcpu *vcpu, gpa_t new_pgd);
/openbmc/linux/arch/x86/kvm/svm/
H A Dnested.c525 kvm_mmu_new_pgd(vcpu, cr3); in nested_svm_load_cr3()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dnested.c1111 kvm_mmu_new_pgd(vcpu, cr3); in nested_vmx_load_cr3()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c1294 kvm_mmu_new_pgd(vcpu, cr3); in kvm_set_cr3()