Home
last modified time | relevance | path

Searched refs:nested_ept (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dnested.c1119 * Load guest's/host's cr3 at nested entry/exit. @nested_ept is true if we are
1124 static int nested_vmx_load_cr3(struct kvm_vcpu *vcpu, unsigned long cr3, bool nested_ept, in nested_vmx_load_cr3() argument
1136 if (!nested_ept && is_pae_paging(vcpu) && in nested_vmx_load_cr3()
1148 if (!nested_ept) { in nested_vmx_load_cr3()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dnested.c1079 * Load guest's/host's cr3 at nested entry/exit. @nested_ept is true if we are
1085 bool nested_ept, bool reload_pdptrs, in nested_vmx_load_cr3()
1097 if (reload_pdptrs && !nested_ept && is_pae_paging(vcpu) && in nested_vmx_load_cr3()
1109 if (!nested_ept) in nested_vmx_load_cr3()
1084 nested_vmx_load_cr3(struct kvm_vcpu *vcpu, unsigned long cr3, bool nested_ept, bool reload_pdptrs, enum vm_entry_failure_code *entry_failure_code) nested_vmx_load_cr3() argument

Completed in 14 milliseconds