Lines Matching refs:error_code
362 unsigned nr, bool has_error, u32 error_code, in kvm_multiple_exception() argument
377 vcpu->arch.exception.error_code = error_code; in kvm_multiple_exception()
397 vcpu->arch.exception.error_code = 0; in kvm_multiple_exception()
430 kvm_queue_exception_e(vcpu, PF_VECTOR, fault->error_code); in kvm_inject_page_fault()
451 void kvm_queue_exception_e(struct kvm_vcpu *vcpu, unsigned nr, u32 error_code) in kvm_queue_exception_e() argument
453 kvm_multiple_exception(vcpu, nr, true, error_code, false); in kvm_queue_exception_e()
457 void kvm_requeue_exception_e(struct kvm_vcpu *vcpu, unsigned nr, u32 error_code) in kvm_requeue_exception_e() argument
459 kvm_multiple_exception(vcpu, nr, true, error_code, true); in kvm_requeue_exception_e()
2917 events->exception.error_code = vcpu->arch.exception.error_code; in kvm_vcpu_ioctl_x86_get_vcpu_events()
2957 vcpu->arch.exception.error_code = events->exception.error_code; in kvm_vcpu_ioctl_x86_set_vcpu_events()
5036 ctxt->exception.error_code); in inject_emulated_exception()
5995 vcpu->arch.exception.error_code); in inject_pending_event()
6009 vcpu->arch.exception.error_code, in inject_pending_event()
6988 int reason, bool has_error_code, u32 error_code) in kvm_task_switch() argument
6996 has_error_code, error_code); in kvm_task_switch()
8169 fault.error_code = 0; in kvm_arch_async_page_not_present()
8191 fault.error_code = 0; in kvm_arch_async_page_present()