Searched refs:pc_alloc_init (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tests/qtest/libqos/ |
H A D | malloc-pc.h | 18 void pc_alloc_init(QGuestAllocator *s, QTestState *qts, QAllocOpts flags);
|
H A D | malloc-pc.c | 21 void pc_alloc_init(QGuestAllocator *s, QTestState *qts, QAllocOpts flags) in pc_alloc_init() function
|
H A D | libqos-pc.c | 7 .alloc_init = pc_alloc_init,
|
H A D | x86_64_pc-machine.c | 97 pc_alloc_init(&machine->alloc, qts, ALLOC_NO_FLAGS); in qos_create_machine_pc()
|
/openbmc/qemu/tests/qtest/ |
H A D | ide-test.c | 139 pc_alloc_init(&guest_malloc, qts, 0); in ide_test_start()
|
H A D | virtio-net-failover.c | 48 pc_alloc_init(&guest_malloc, qts, 0); in machine_start()
|
/openbmc/qemu/docs/devel/testing/ |
H A D | qgraph.rst | 386 pc_alloc_init(&machine->alloc, qts, ALLOC_NO_FLAGS);
|