Home
last modified time | relevance | path

Searched refs:exception_has_payload (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/i386/kvm/
H A Dkvm.c811 uint8_t exception_has_payload, in kvm_queue_exception() argument
817 assert(!env->exception_has_payload); in kvm_queue_exception()
824 env->exception_has_payload = exception_has_payload; in kvm_queue_exception()
830 assert(exception_has_payload); in kvm_queue_exception()
833 assert(exception_has_payload); in kvm_queue_exception()
836 assert(!exception_has_payload); in kvm_queue_exception()
5065 events.exception_has_payload = env->exception_has_payload; in kvm_put_vcpu_events()
5130 env->exception_has_payload = events.exception_has_payload; in kvm_get_vcpu_events()
5134 env->exception_has_payload = false; in kvm_get_vcpu_events()
/openbmc/qemu/linux-headers/asm-x86/
H A Dkvm.h365 __u8 exception_has_payload; member
/openbmc/qemu/target/i386/
H A Dmachine.c301 if (env->exception_has_payload) { in cpu_pre_save()
459 VMSTATE_UINT8(env.exception_has_payload, X86CPU),
H A Dcpu.h2098 uint8_t exception_has_payload; member
H A Dcpu.c8746 env->exception_has_payload = false; in x86_cpu_reset_hold()