Searched refs:exit_qual (Results 1 – 1 of 1) sorted by relevance
387 static int nested_vmx_check_exception(struct kvm_vcpu *vcpu, unsigned long *exit_qual) in nested_vmx_check_exception() argument396 *exit_qual = vcpu->arch.apf.nested_apf_token; in nested_vmx_check_exception()401 *exit_qual = has_payload ? payload : vcpu->arch.cr2; in nested_vmx_check_exception()411 *exit_qual = payload; in nested_vmx_check_exception()413 *exit_qual = 0; in nested_vmx_check_exception()2763 u32 *exit_qual) in nested_vmx_check_guest_state() argument2767 *exit_qual = ENTRY_FAIL_DEFAULT; in nested_vmx_check_guest_state()2778 *exit_qual = ENTRY_FAIL_VMCS_LINK_PTR; in nested_vmx_check_guest_state()3049 u32 exit_qual; in nested_vmx_enter_non_root_mode() local3094 if (nested_vmx_check_guest_state(vcpu, vmcs12, &exit_qual)) in nested_vmx_enter_non_root_mode()[all …]