Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/svm/
H A Dnested.c585 CC(!load_pdptrs(vcpu, cr3))) in nested_svm_load_cr3()
1898 if (CC(!load_pdptrs(vcpu, vcpu->arch.cr3))) in svm_get_nested_state_pages()
H A Dsvm.c1515 load_pdptrs(vcpu, kvm_read_cr3(vcpu)); in svm_cache_reg()
/linux/arch/x86/include/asm/
H A Dkvm_host.h2059 int load_pdptrs(struct kvm_vcpu *vcpu, unsigned long cr3);
/linux/arch/x86/kvm/
H A Dx86.c1037 int load_pdptrs(struct kvm_vcpu *vcpu, unsigned long cr3) in load_pdptrs() function
1082 EXPORT_SYMBOL_GPL(load_pdptrs);
1163 !load_pdptrs(vcpu, kvm_read_cr3(vcpu))) in kvm_set_cr0()
1360 && !load_pdptrs(vcpu, kvm_read_cr3(vcpu))) in kvm_set_cr4()
1444 if (is_pae_paging(vcpu) && !load_pdptrs(vcpu, cr3)) in kvm_set_cr3()
11918 load_pdptrs(vcpu, kvm_read_cr3(vcpu)); in __set_sregs_common()
/linux/arch/x86/kvm/vmx/
H A Dnested.c1168 CC(!load_pdptrs(vcpu, cr3))) { in nested_vmx_load_cr3()
3341 if (CC(!load_pdptrs(vcpu, vcpu->arch.cr3))) in nested_get_vmcs12_pages()