Home
last modified time | relevance | path

Searched refs:exception_nr (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/i386/hvf/
H A Dhvf.c346 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()
H A Dx86hvf.c358 } else if (env->exception_nr != -1) { in hvf_inject_interrupts()
359 vector = env->exception_nr; in hvf_inject_interrupts()
H A Dx86_emu.c669 env->exception_nr = exception_index; in raise_exception()
/openbmc/qemu/target/i386/
H A Dmachine.c302 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),
H A Dcpu.h1990 int32_t exception_nr; member
H A Dcpu.c7330 env->exception_nr = -1; in x86_cpu_reset_hold()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c793 int32_t exception_nr, in kvm_queue_exception() argument
797 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()