Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Dmachine.c303 env->dr[6] = env->exception_payload; in cpu_pre_save()
305 env->cr[2] = env->exception_payload; in cpu_pre_save()
460 VMSTATE_UINT64(env.exception_payload, X86CPU),
H A Dcpu.h2099 uint64_t exception_payload; member
H A Dcpu.c8747 env->exception_payload = 0; in x86_cpu_reset_hold()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c812 uint64_t exception_payload) in kvm_queue_exception() argument
825 env->exception_payload = exception_payload; in kvm_queue_exception()
831 env->dr[6] = exception_payload; in kvm_queue_exception()
834 env->cr[2] = exception_payload; in kvm_queue_exception()
5060 events.exception_payload = env->exception_payload; in kvm_put_vcpu_events()
5125 env->exception_payload = events.exception_payload; in kvm_get_vcpu_events()
/openbmc/qemu/linux-headers/asm-x86/
H A Dkvm.h366 __u64 exception_payload; member