Searched refs:qpci_new_pc (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | pvpanic-pci-test.c | 32 pcibus = qpci_new_pc(qts, NULL); in test_panic_nopause() 65 pcibus = qpci_new_pc(qts, NULL); in test_panic() 98 pcibus = qpci_new_pc(qts, NULL); in test_pvshutdown()
|
H A D | q35-test.c | 91 pcibus = qpci_new_pc(qts, NULL); in test_smram_lock() 146 pcibus = qpci_new_pc(qts, NULL); in test_tseg_size() 203 pcibus = qpci_new_pc(qts, NULL); in test_smram_smbase_lock() 266 pcibus = qpci_new_pc(qts, NULL); in test_without_smram_base()
|
H A D | usb-hcd-ehci-test.c | 55 pcibus = qpci_new_pc(global_qtest, NULL); in test_init()
|
H A D | rtl8139-test.c | 39 pcibus = qpci_new_pc(global_qtest, NULL); in get_device()
|
H A D | i440fx-test.c | 41 return qpci_new_pc(global_qtest, NULL); in test_start_get_bus()
|
H A D | tco-test.c | 67 d->bus = qpci_new_pc(qs, NULL); in test_init()
|
H A D | ide-test.c | 161 pcibus = qpci_new_pc(qts, NULL); in get_pci_device()
|
H A D | virtio-net-failover.c | 49 pcibus = qpci_new_pc(qts, &guest_malloc); in machine_start()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | pci-pc.h | 45 QPCIBus *qpci_new_pc(QTestState *qts, QGuestAllocator *alloc);
|
H A D | libqos-pc.c | 8 .qpci_new = qpci_new_pc,
|
H A D | pci-pc.c | 160 QPCIBus *qpci_new_pc(QTestState *qts, QGuestAllocator *alloc) in qpci_new_pc() function
|
H A D | ahci.c | 132 pcibus = qpci_new_pc(qts, NULL); in get_ahci_device()
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | i440fx_fuzz.c | 142 bus = qpci_new_pc(s, fuzz_qos_alloc); in i440fx_fuzz_qos()
|
H A D | generic_fuzz.c | 655 QPCIBus *pcibus = qpci_new_pc(s, NULL); in generic_fuzz()
|