Lines Matching refs:error_code
352 unsigned nr, bool has_error, u32 error_code, in kvm_multiple_exception() argument
367 vcpu->arch.exception.error_code = error_code; in kvm_multiple_exception()
387 vcpu->arch.exception.error_code = 0; in kvm_multiple_exception()
420 kvm_queue_exception_e(vcpu, PF_VECTOR, fault->error_code); in kvm_inject_page_fault()
441 void kvm_queue_exception_e(struct kvm_vcpu *vcpu, unsigned nr, u32 error_code) in kvm_queue_exception_e() argument
443 kvm_multiple_exception(vcpu, nr, true, error_code, false); in kvm_queue_exception_e()
447 void kvm_requeue_exception_e(struct kvm_vcpu *vcpu, unsigned nr, u32 error_code) in kvm_requeue_exception_e() argument
449 kvm_multiple_exception(vcpu, nr, true, error_code, true); in kvm_requeue_exception_e()
3103 events->exception.error_code = vcpu->arch.exception.error_code; in kvm_vcpu_ioctl_x86_get_vcpu_events()
3135 vcpu->arch.exception.error_code = events->exception.error_code; in kvm_vcpu_ioctl_x86_set_vcpu_events()
5091 ctxt->exception.error_code); in inject_emulated_exception()
6086 vcpu->arch.exception.error_code); in inject_pending_event()
6100 vcpu->arch.exception.error_code, in inject_pending_event()
6799 int reason, bool has_error_code, u32 error_code) in kvm_task_switch() argument
6807 has_error_code, error_code); in kvm_task_switch()
7916 fault.error_code = 0; in kvm_arch_async_page_not_present()
7938 fault.error_code = 0; in kvm_arch_async_page_present()