Home
last modified time | relevance | path

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

/openbmc/qemu/hw/xen/
H A Dxen-backend.c50 static const XenBackendImpl *xen_backend_table_lookup(const char *type) in xen_backend_table_lookup() function
61 if (xen_backend_table_lookup(info->type)) { in xen_backend_register()
106 const XenBackendImpl *impl = xen_backend_table_lookup(type); in xen_backend_exists()
131 const XenBackendImpl *impl = xen_backend_table_lookup(type); in xen_backend_device_create()