Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h367 __u64 exception_payload; member
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dkvm.h367 __u64 exception_payload; member
/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.h1997 uint64_t exception_payload; member
H A Dcpu.c7333 env->exception_payload = 0; in x86_cpu_reset_hold()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c795 uint64_t exception_payload) in kvm_queue_exception() argument
808 env->exception_payload = exception_payload; in kvm_queue_exception()
814 env->dr[6] = exception_payload; in kvm_queue_exception()
817 env->cr[2] = exception_payload; in kvm_queue_exception()
5004 events.exception_payload = env->exception_payload; in kvm_put_vcpu_events()
5069 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
/openbmc/linux/Documentation/virt/kvm/
H A Dapi.rst1114 __u64 exception_payload;
1126 exception_has_payload, exception_payload, and exception.pending
1226 exception_has_payload, exception_payload, and exception.pending fields
7321 exception_payload field. Similarly, when userspace injects a #PF (or
7324 bits\ [#]_ - in the exception_payload field.
/openbmc/linux/arch/x86/kvm/
H A Dx86.c5208 events->exception_payload = ex->payload; in kvm_vcpu_ioctl_x86_get_vcpu_events()
5293 vcpu->arch.exception.payload = events->exception_payload; in kvm_vcpu_ioctl_x86_set_vcpu_events()