Lines Matching refs:has_error_code
808 bool has_error_code, u32 error_code, in kvm_queue_exception_vmexit() argument
816 ex->has_error_code = has_error_code; in kvm_queue_exception_vmexit()
847 vcpu->arch.exception.has_error_code = has_error; in kvm_multiple_exception()
906 bool has_error_code, u32 error_code) in kvm_requeue_exception() argument
926 vcpu->arch.exception.has_error_code = has_error_code; in kvm_requeue_exception()
5433 events->exception.has_error_code = ex->has_error_code; in kvm_vcpu_ioctl_x86_get_vcpu_events()
5512 vcpu->arch.exception.has_error_code = events->exception.has_error_code; in kvm_vcpu_ioctl_x86_set_vcpu_events()
10153 vcpu->arch.exception.has_error_code &= is_protmode(vcpu); in kvm_inject_exception()
10156 vcpu->arch.exception.has_error_code, in kvm_inject_exception()
11537 ex->has_error_code, ex->error_code, in kvm_arch_vcpu_ioctl_run()
11823 int reason, bool has_error_code, u32 error_code) in kvm_task_switch() argument
11831 has_error_code, error_code); in kvm_task_switch()