Home
last modified time | relevance | path

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

/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.h1940 uint64_t exception_payload; member
H A Dcpu.c7207 env->exception_payload = 0; in x86_cpu_reset_hold()
/qemu/target/i386/kvm/
H A Dkvm.c774 uint64_t exception_payload) in kvm_queue_exception() argument
787 env->exception_payload = exception_payload; in kvm_queue_exception()
793 env->dr[6] = exception_payload; in kvm_queue_exception()
796 env->cr[2] = exception_payload; in kvm_queue_exception()
4890 events.exception_payload = env->exception_payload; in kvm_put_vcpu_events()
4955 env->exception_payload = events.exception_payload; in kvm_get_vcpu_events()
/qemu/linux-headers/asm-x86/
H A Dkvm.h365 __u64 exception_payload; member