Lines Matching refs:has_error_code
823 bool has_error_code, u32 error_code, in kvm_queue_exception_vmexit() argument
831 ex->has_error_code = has_error_code; in kvm_queue_exception_vmexit()
862 vcpu->arch.exception.has_error_code = has_error; in kvm_multiple_exception()
921 bool has_error_code, u32 error_code) in kvm_requeue_exception() argument
941 vcpu->arch.exception.has_error_code = has_error_code; in kvm_requeue_exception()
5593 events->exception.has_error_code = ex->has_error_code; in kvm_vcpu_ioctl_x86_get_vcpu_events()
5672 vcpu->arch.exception.has_error_code = events->exception.has_error_code; in kvm_vcpu_ioctl_x86_set_vcpu_events()
10593 vcpu->arch.exception.has_error_code &= is_protmode(vcpu); in kvm_inject_exception()
10596 vcpu->arch.exception.has_error_code, in kvm_inject_exception()
11999 ex->has_error_code, ex->error_code, in kvm_arch_vcpu_ioctl_run()
12281 int reason, bool has_error_code, u32 error_code) in kvm_task_switch() argument
12308 has_error_code, error_code); in kvm_task_switch()