Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Dxen.h29 extern bool xen_allowed;
31 #define xen_enabled() (xen_allowed)
/openbmc/qemu/accel/xen/
H A Dxen-all.c28 bool xen_allowed; variable
130 ac->allowed = &xen_allowed; in xen_accel_class_init()
/openbmc/qemu/accel/stubs/
H A Dxen-stub.c12 bool xen_allowed; variable