Home
last modified time | relevance | path

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

/qemu/accel/kvm/
H A Dkvm-all.c2795 static __thread bool have_sigbus_pending; variable
2986 if (unlikely(have_sigbus_pending)) { in kvm_cpu_exec()
2990 have_sigbus_pending = false; in kvm_cpu_exec()
3504 if (have_sigbus_pending) { in kvm_on_sigbus_vcpu()
3507 have_sigbus_pending = true; in kvm_on_sigbus_vcpu()