Searched refs:guest_malloc (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | ide-test.c | 123 static QGuestAllocator guest_malloc; variable 139 pc_alloc_init(&guest_malloc, qts, 0); in ide_test_start() 150 alloc_destroy(&guest_malloc); in ide_test_quit() 250 guest_prdt = guest_alloc(&guest_malloc, len); in send_dma_request() 340 guest_buf = guest_alloc(&guest_malloc, len); in test_bmdma_simple_rw() 414 guest_buf = guest_alloc(&guest_malloc, len); in test_bmdma_trim() 704 guest_buf = guest_alloc(&guest_malloc, len); in make_dirty() 1063 guest_buf = guest_alloc(&guest_malloc, len); in test_cdrom_dma()
|
H A D | virtio-net-failover.c | 37 static QGuestAllocator guest_malloc; variable 48 pc_alloc_init(&guest_malloc, qts, 0); in machine_start() 49 pcibus = qpci_new_pc(qts, &guest_malloc); in machine_start() 68 alloc_destroy(&guest_malloc); in machine_stop()
|