Searched refs:load_pdptrs (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/x86/kvm/svm/ |
| H A D | nested.c | 680 CC(!load_pdptrs(vcpu, cr3))) in nested_svm_load_cr3() 2057 if (CC(!load_pdptrs(vcpu, vcpu->arch.cr3))) in svm_get_nested_state_pages()
|
| H A D | svm.c | 1526 load_pdptrs(vcpu, kvm_read_cr3(vcpu)); in svm_cache_reg()
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 2129 int load_pdptrs(struct kvm_vcpu *vcpu, unsigned long cr3);
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 1061 int load_pdptrs(struct kvm_vcpu *vcpu, unsigned long cr3) in load_pdptrs() function 1106 EXPORT_SYMBOL_FOR_KVM_INTERNAL(load_pdptrs); 1192 !load_pdptrs(vcpu, kvm_read_cr3(vcpu))) in kvm_set_cr0() 1387 && !load_pdptrs(vcpu, kvm_read_cr3(vcpu))) in kvm_set_cr4() 1474 if (is_pae_paging(vcpu) && !load_pdptrs(vcpu, cr3)) in kvm_set_cr3() 12493 load_pdptrs(vcpu, kvm_read_cr3(vcpu)); in __set_sregs_common()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | nested.c | 1186 CC(!load_pdptrs(vcpu, cr3))) { in nested_vmx_load_cr3() 3432 if (CC(!load_pdptrs(vcpu, vcpu->arch.cr3))) in nested_get_vmcs12_pages()
|