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.c149 static int has_exception_payload; variable
178 return has_exception_payload; in kvm_has_exception_payload()
693 if (has_exception_payload) { in kvm_queue_exception()
2549 has_exception_payload = kvm_check_extension(s, KVM_CAP_EXCEPTION_PAYLOAD); in kvm_arch_init()
2550 if (has_exception_payload) { in kvm_arch_init()
4315 if (has_exception_payload) { in kvm_put_vcpu_events()