Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/svm/
H A Dnested.c518 CC(!load_pdptrs(vcpu, cr3))) in nested_svm_load_cr3()
1798 if (CC(!load_pdptrs(vcpu, vcpu->arch.cr3))) in svm_get_nested_state_pages()
H A Dsvm.c1694 load_pdptrs(vcpu, kvm_read_cr3(vcpu)); in svm_cache_reg()
/linux-6.15/arch/x86/include/asm/
H A Dkvm_host.h2020 int load_pdptrs(struct kvm_vcpu *vcpu, unsigned long cr3);
/linux-6.15/arch/x86/kvm/
H A Dx86.c1018 int load_pdptrs(struct kvm_vcpu *vcpu, unsigned long cr3) in load_pdptrs() function
1063 EXPORT_SYMBOL_GPL(load_pdptrs);
1144 !load_pdptrs(vcpu, kvm_read_cr3(vcpu))) in kvm_set_cr0()
1341 && !load_pdptrs(vcpu, kvm_read_cr3(vcpu))) in kvm_set_cr4()
1425 if (is_pae_paging(vcpu) && !load_pdptrs(vcpu, cr3)) in kvm_set_cr3()
11959 load_pdptrs(vcpu, kvm_read_cr3(vcpu)); in __set_sregs_common()
/linux-6.15/arch/x86/kvm/vmx/
H A Dnested.c1152 CC(!load_pdptrs(vcpu, cr3))) { in nested_vmx_load_cr3()
3323 if (CC(!load_pdptrs(vcpu, vcpu->arch.cr3))) in nested_get_vmcs12_pages()