Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kvm/svm/
Dnested.c512 CC(!load_pdptrs(vcpu, cr3))) in nested_svm_load_cr3()
1792 if (CC(!load_pdptrs(vcpu, vcpu->arch.cr3))) in svm_get_nested_state_pages()
Dsvm.c1640 load_pdptrs(vcpu, kvm_read_cr3(vcpu)); in svm_cache_reg()
/linux-6.6.21/arch/x86/include/asm/
Dkvm_host.h1859 int load_pdptrs(struct kvm_vcpu *vcpu, unsigned long cr3);
/linux-6.6.21/arch/x86/kvm/
Dx86.c866 int load_pdptrs(struct kvm_vcpu *vcpu, unsigned long cr3) in load_pdptrs() function
911 EXPORT_SYMBOL_GPL(load_pdptrs);
997 !load_pdptrs(vcpu, kvm_read_cr3(vcpu))) in kvm_set_cr0()
1206 && !load_pdptrs(vcpu, kvm_read_cr3(vcpu))) in kvm_set_cr4()
1290 if (is_pae_paging(vcpu) && !load_pdptrs(vcpu, cr3)) in kvm_set_cr3()
11546 load_pdptrs(vcpu, kvm_read_cr3(vcpu)); in __set_sregs_common()
/linux-6.6.21/arch/x86/kvm/vmx/
Dnested.c1098 CC(!load_pdptrs(vcpu, cr3))) { in nested_vmx_load_cr3()
3205 if (CC(!load_pdptrs(vcpu, vcpu->arch.cr3))) in nested_get_vmcs12_pages()