Searched refs:int_cmp (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-vmstate.c | 879 static gint int_cmp(gconstpointer a, gconstpointer b, gpointer user_data) in int_cmp() function 907 iommu->domains = g_tree_new_full((GCompareDataFunc)int_cmp, in iommu_preload() 1190 iommu->domains = g_tree_new_full((GCompareDataFunc)int_cmp, NULL, in create_iommu()
|
/openbmc/qemu/hw/misc/ |
H A D | xlnx-versal-cframe-reg.c | 42 static gint int_cmp(gconstpointer a, gconstpointer b, gpointer user_data) in int_cmp() function 691 s->cframes = g_tree_new_full((GCompareDataFunc)int_cmp, NULL, in cframe_reg_init()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-iommu.c | 1319 static gint int_cmp(gconstpointer a, gconstpointer b, gpointer user_data) in int_cmp() function 1519 s->domains = g_tree_new_full((GCompareDataFunc)int_cmp, in virtio_iommu_device_reset() 1521 s->endpoints = g_tree_new_full((GCompareDataFunc)int_cmp, in virtio_iommu_device_reset()
|