Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/kvm/
H A Dkvm.c176 static int has_exception_payload; variable
259 return has_exception_payload; in kvm_has_exception_payload()
821 if (has_exception_payload) { in kvm_queue_exception()
3084 has_exception_payload = kvm_check_extension(s, KVM_CAP_EXCEPTION_PAYLOAD); in kvm_vm_enable_exception_payload()
3085 if (has_exception_payload) { in kvm_vm_enable_exception_payload()
5056 if (has_exception_payload) { in kvm_put_vcpu_events()