Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kvm/svm/
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()
Dsvm.c1626 load_pdptrs(vcpu, kvm_read_cr3(vcpu)); in svm_cache_reg()
/linux-6.12.1/arch/x86/include/asm/
Dkvm_host.h1966 int load_pdptrs(struct kvm_vcpu *vcpu, unsigned long cr3);
/linux-6.12.1/arch/x86/kvm/
Dx86.c1056 int load_pdptrs(struct kvm_vcpu *vcpu, unsigned long cr3) in load_pdptrs() function
1101 EXPORT_SYMBOL_GPL(load_pdptrs);
1182 !load_pdptrs(vcpu, kvm_read_cr3(vcpu))) in kvm_set_cr0()
1391 && !load_pdptrs(vcpu, kvm_read_cr3(vcpu))) in kvm_set_cr4()
1475 if (is_pae_paging(vcpu) && !load_pdptrs(vcpu, cr3)) in kvm_set_cr3()
11933 load_pdptrs(vcpu, kvm_read_cr3(vcpu)); in __set_sregs_common()
/linux-6.12.1/arch/x86/kvm/vmx/
Dnested.c1152 CC(!load_pdptrs(vcpu, cr3))) { in nested_vmx_load_cr3()
3312 if (CC(!load_pdptrs(vcpu, vcpu->arch.cr3))) in nested_get_vmcs12_pages()