Searched refs:exception_nr (Results 1 – 7 of 7) sorted by relevance
346 env->exception_nr = -1; in hvf_store_events()364 env->exception_nr = idtvec_info & VMCS_IDT_VEC_VECNUM; in hvf_store_events()694 env->exception_nr = EXCP0D_GPF; in hvf_vcpu_exec()
358 } else if (env->exception_nr != -1) { in hvf_inject_interrupts()359 vector = env->exception_nr; in hvf_inject_interrupts()
669 env->exception_nr = exception_index; in raise_exception()
302 if (env->exception_nr == EXCP01_DB) { in cpu_pre_save()304 } else if (env->exception_nr == EXCP0E_PAGE) { in cpu_pre_save()379 if ((env->exception_nr != -1) && in cpu_post_load()1725 VMSTATE_INT32(env.exception_nr, X86CPU),
1990 int32_t exception_nr; member
7330 env->exception_nr = -1; in x86_cpu_reset_hold()
793 int32_t exception_nr, in kvm_queue_exception() argument797 assert(env->exception_nr == -1); in kvm_queue_exception()802 env->exception_nr = exception_nr; in kvm_queue_exception()812 if (exception_nr == EXCP01_DB) { in kvm_queue_exception()815 } else if (exception_nr == EXCP0E_PAGE) { in kvm_queue_exception()5021 events.exception.nr = env->exception_nr; in kvm_put_vcpu_events()5090 env->exception_nr = in kvm_get_vcpu_events()5583 if (env->exception_nr == EXCP08_DBLE) { in kvm_arch_process_async_events()5807 assert(env->exception_nr == -1); in kvm_handle_debug()