Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dvirtio-9p-test.c36 v9fs_set_allocator(t_alloc); in pci_config()
58 v9fs_set_allocator(t_alloc); in fs_version()
64 v9fs_set_allocator(t_alloc); in fs_attach()
71 v9fs_set_allocator(t_alloc); in fs_walk()
109 v9fs_set_allocator(t_alloc); in fs_readdir()
249 v9fs_set_allocator(t_alloc); in fs_walk_no_slash()
264 v9fs_set_allocator(t_alloc); in fs_walk_nonexistent()
278 v9fs_set_allocator(t_alloc); in fs_walk_2nd_nonexistent()
311 v9fs_set_allocator(t_alloc); in fs_walk_none()
341 v9fs_set_allocator(t_alloc); in fs_walk_dotdot()
[all …]
H A Dvirtio-blk-test.c343 vq = test_basic(blk_if->vdev, t_alloc); in basic()
373 vq = qvirtqueue_setup(dev, t_alloc, 0); in indirect()
399 guest_free(t_alloc, req_addr); in indirect()
429 guest_free(t_alloc, req_addr); in indirect()
498 vq = qvirtqueue_setup(dev, t_alloc, 0); in msix()
535 guest_free(t_alloc, req_addr); in msix()
565 guest_free(t_alloc, req_addr); in msix()
608 vq = qvirtqueue_setup(dev, t_alloc, 0); in idx()
657 guest_free(t_alloc, req_addr); in idx()
689 guest_free(t_alloc, req_addr); in idx()
[all …]
H A Dvhost-user-blk-test.c452 vq = test_basic(blk_if->vdev, t_alloc); in basic()
453 qvirtqueue_cleanup(blk_if->vdev->bus, vq, t_alloc); in basic()
482 vq = qvirtqueue_setup(dev, t_alloc, 0); in indirect()
492 req_addr = virtio_blk_request(t_alloc, dev, &req, 512); in indirect()
508 guest_free(t_alloc, req_addr); in indirect()
538 guest_free(t_alloc, req_addr); in indirect()
539 qvirtqueue_cleanup(dev->bus, vq, t_alloc); in indirect()
578 vq = qvirtqueue_setup(dev, t_alloc, 0); in idx()
633 guest_free(t_alloc, req_addr); in idx()
665 guest_free(t_alloc, req_addr); in idx()
[all …]
H A Dvirtio-net-test.c147 static void send_recv_test(void *obj, void *data, QGuestAllocator *t_alloc) in send_recv_test() argument
155 rx_test(dev, t_alloc, rx, sv[0]); in send_recv_test()
156 tx_test(dev, t_alloc, tx, sv[0]); in send_recv_test()
159 static void stop_cont_test(void *obj, void *data, QGuestAllocator *t_alloc) in stop_cont_test() argument
166 rx_stop_cont_test(dev, t_alloc, rx, sv[0]); in stop_cont_test()
169 static void hotplug(void *obj, void *data, QGuestAllocator *t_alloc) in hotplug() argument
188 static void announce_self(void *obj, void *data, QGuestAllocator *t_alloc) in announce_self() argument
290 static void large_tx(void *obj, void *data, QGuestAllocator *t_alloc) in large_tx() argument
302 req_addr = guest_alloc(t_alloc, alloc_size); in large_tx()
312 guest_free(t_alloc, req_addr); in large_tx()
H A Dvirtio-scsi-test.c159 static void hotplug(void *obj, void *data, QGuestAllocator *t_alloc) in hotplug() argument
169 QGuestAllocator *t_alloc) in test_unaligned_write_same() argument
185 alloc = t_alloc; in test_unaligned_write_same()
205 QGuestAllocator *t_alloc) in test_unmap_large_lba() argument
228 alloc = t_alloc; in test_unmap_large_lba()
240 QGuestAllocator *t_alloc) in test_write_to_cdrom() argument
251 alloc = t_alloc; in test_write_to_cdrom()
266 QGuestAllocator *t_alloc) in test_iothread_attach_node() argument
281 alloc = t_alloc; in test_iothread_attach_node()
H A Dvirtio-iommu-test.c26 static void pci_config(void *obj, void *data, QGuestAllocator *t_alloc) in pci_config() argument
177 static void test_attach_detach(void *obj, void *data, QGuestAllocator *t_alloc) in test_attach_detach() argument
183 alloc = t_alloc; in test_attach_detach()
224 static void test_map_unmap(void *obj, void *data, QGuestAllocator *t_alloc) in test_map_unmap() argument
230 alloc = t_alloc; in test_map_unmap()
/qemu/tests/qtest/libqos/
H A Dvirtio-scmi.c87 QGuestAllocator *t_alloc, in virtio_scmi_device_create() argument
94 alloc = t_alloc; in virtio_scmi_device_create()
132 static void *virtio_scmi_pci_create(void *pci_bus, QGuestAllocator *t_alloc, in virtio_scmi_pci_create() argument
141 alloc = t_alloc; in virtio_scmi_pci_create()
H A Dvirtio-gpio.c85 QGuestAllocator *t_alloc, in virtio_gpio_device_create() argument
92 alloc = t_alloc; in virtio_gpio_device_create()
130 static void *virtio_gpio_pci_create(void *pci_bus, QGuestAllocator *t_alloc, in virtio_gpio_pci_create() argument
139 alloc = t_alloc; in virtio_gpio_pci_create()
H A Dvirtio-net.c102 QGuestAllocator *t_alloc, in virtio_net_device_create() argument
109 alloc = t_alloc; in virtio_net_device_create()
149 static void *virtio_net_pci_create(void *pci_bus, QGuestAllocator *t_alloc, in virtio_net_pci_create() argument
158 alloc = t_alloc; in virtio_net_pci_create()
H A Dvirtio-9p.c137 QGuestAllocator *t_alloc, in virtio_9p_device_create() argument
144 alloc = t_alloc; in virtio_9p_device_create()
183 static void *virtio_9p_pci_create(void *pci_bus, QGuestAllocator *t_alloc, in virtio_9p_pci_create() argument
192 alloc = t_alloc; in virtio_9p_pci_create()
H A Dvirtio-rng.c48 QGuestAllocator *t_alloc, in virtio_rng_device_create() argument
71 static void *virtio_rng_pci_create(void *pci_bus, QGuestAllocator *t_alloc, in virtio_rng_pci_create() argument
H A Dvirtio-balloon.c48 QGuestAllocator *t_alloc, in virtio_balloon_device_create() argument
72 static void *virtio_balloon_pci_create(void *pci_bus, QGuestAllocator *t_alloc, in virtio_balloon_pci_create() argument
H A Dvirtio-serial.c47 QGuestAllocator *t_alloc, in virtio_serial_device_create() argument
70 static void *virtio_serial_pci_create(void *pci_bus, QGuestAllocator *t_alloc, in virtio_serial_pci_create() argument
H A Dvhost-user-blk.c55 QGuestAllocator *t_alloc, in vhost_user_blk_device_create() argument
78 static void *vhost_user_blk_pci_create(void *pci_bus, QGuestAllocator *t_alloc, in vhost_user_blk_pci_create() argument
H A Dvirtio-scsi.c49 QGuestAllocator *t_alloc, in virtio_scsi_device_create() argument
74 QGuestAllocator *t_alloc, in virtio_scsi_pci_create() argument
H A Dvirtio-blk.c52 QGuestAllocator *t_alloc, in virtio_blk_device_create() argument
75 static void *virtio_blk_pci_create(void *pci_bus, QGuestAllocator *t_alloc, in virtio_blk_pci_create() argument
H A Dvirtio-iommu.c89 static void *virtio_iommu_pci_create(void *pci_bus, QGuestAllocator *t_alloc, in virtio_iommu_pci_create() argument
98 alloc = t_alloc; in virtio_iommu_pci_create()
H A Dvirtio-9p-client.h444 void v9fs_set_allocator(QGuestAllocator *t_alloc);
H A Dvirtio-9p-client.c21 void v9fs_set_allocator(QGuestAllocator *t_alloc) in v9fs_set_allocator() argument
23 alloc = t_alloc; in v9fs_set_allocator()
/qemu/tests/qtest/fuzz/
H A Dvirtio_net_fuzz.c43 QGuestAllocator *t_alloc = fuzz_qos_alloc; in virtio_net_fuzz_multi() local
67 uint64_t req_addr = guest_alloc(t_alloc, vqa.length); in virtio_net_fuzz_multi()
H A Dvirtio_scsi_fuzz.c85 QGuestAllocator *t_alloc = fuzz_qos_alloc; in virtio_scsi_fuzz() local
109 uint64_t req_addr = guest_alloc(t_alloc, vqa.length); in virtio_scsi_fuzz()
H A Dvirtio_blk_fuzz.c82 QGuestAllocator *t_alloc = fuzz_qos_alloc; in virtio_blk_fuzz() local
105 uint64_t req_addr = guest_alloc(t_alloc, vqa.length); in virtio_blk_fuzz()