Home
last modified time | relevance | path

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

/openbmc/qemu/accel/kvm/
H A Dkvm-all.c2896 static __thread bool have_sigbus_pending; variable
3087 if (unlikely(have_sigbus_pending)) { in kvm_cpu_exec()
3091 have_sigbus_pending = false; in kvm_cpu_exec()
3605 if (have_sigbus_pending) { in kvm_on_sigbus_vcpu()
3608 have_sigbus_pending = true; in kvm_on_sigbus_vcpu()