Home
last modified time | relevance | path

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

/openbmc/qemu/hw/remote/
H A Diommu.c43 RemoteIommuElem *elem = NULL; in remote_iommu_find_add_as()
50 elem = g_new0(RemoteIommuElem, 1); in remote_iommu_find_add_as()
68 RemoteIommuElem *elem = NULL; in remote_iommu_unplug_dev()
74 elem = container_of(as, RemoteIommuElem, as); in remote_iommu_unplug_dev()
/openbmc/qemu/include/hw/remote/
H A Diommu.h19 typedef struct RemoteIommuElem { struct
23 } RemoteIommuElem; typedef