Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h1570 void kvm_mmu_new_pgd(struct kvm_vcpu *vcpu, gpa_t new_pgd, bool skip_tlb_flush,
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dnested.c389 kvm_mmu_new_pgd(vcpu, cr3, false, false); in nested_svm_load_cr3()
/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A Dmmu.c3929 void kvm_mmu_new_pgd(struct kvm_vcpu *vcpu, gpa_t new_pgd, bool skip_tlb_flush, in kvm_mmu_new_pgd() function
3935 EXPORT_SYMBOL_GPL(kvm_mmu_new_pgd);
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dnested.c1149 kvm_mmu_new_pgd(vcpu, cr3, true, true); in nested_vmx_load_cr3()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c1073 kvm_mmu_new_pgd(vcpu, cr3, skip_tlb_flush, skip_tlb_flush); in kvm_set_cr3()