/openbmc/qemu/tests/qtest/libqos/ |
H A D | libqos-malloc.h | 28 typedef struct QGuestAllocator { struct 36 } QGuestAllocator; typedef 39 uint64_t guest_alloc(QGuestAllocator *allocator, size_t size); 40 void guest_free(QGuestAllocator *allocator, uint64_t addr); 41 void migrate_allocator(QGuestAllocator *src, QGuestAllocator *dst); 43 void alloc_set_flags(QGuestAllocator *allocator, QAllocOpts opts); 45 void alloc_init(QGuestAllocator *alloc, QAllocOpts flags, 48 void alloc_destroy(QGuestAllocator *allocator);
|
H A D | libqos-malloc.c | 127 static uint64_t mlist_fulfill(QGuestAllocator *s, MemBlock *freenode, in mlist_fulfill() 154 static void mlist_check(QGuestAllocator *s) in mlist_check() 177 static uint64_t mlist_alloc(QGuestAllocator *s, uint64_t size) in mlist_alloc() 189 static void mlist_free(QGuestAllocator *s, uint64_t addr) in mlist_free() 215 void alloc_destroy(QGuestAllocator *allocator) in alloc_destroy() 253 uint64_t guest_alloc(QGuestAllocator *allocator, size_t size) in guest_alloc() 275 void guest_free(QGuestAllocator *allocator, uint64_t addr) in guest_free() 286 void alloc_init(QGuestAllocator *s, QAllocOpts opts, in alloc_init() 307 void alloc_set_flags(QGuestAllocator *allocator, QAllocOpts opts) in alloc_set_flags() 312 void migrate_allocator(QGuestAllocator *src, in migrate_allocator() [all …]
|
H A D | virtio-pci.h | 75 QGuestAllocator *alloc, uint16_t entry); 77 QGuestAllocator *alloc, uint16_t entry); 81 QGuestAllocator *alloc, 84 QGuestAllocator *alloc);
|
H A D | rtas.h | 10 int qrtas_get_time_of_day(QTestState *qts, QGuestAllocator *alloc, 12 uint32_t qrtas_ibm_read_pci_config(QTestState *qts, QGuestAllocator *alloc, 14 int qrtas_ibm_write_pci_config(QTestState *qts, QGuestAllocator *alloc,
|
H A D | pci-spapr.h | 25 QGuestAllocator *alloc; 37 QGuestAllocator *alloc); 38 QPCIBus *qpci_new_spapr(QTestState *qts, QGuestAllocator *alloc);
|
H A D | virtio.h | 87 QVirtQueue *(*virtqueue_setup)(QVirtioDevice *d, QGuestAllocator *alloc, 91 void (*virtqueue_cleanup)(QVirtQueue *vq, QGuestAllocator *alloc); 130 QGuestAllocator *alloc, uint16_t index); 132 QGuestAllocator *alloc); 134 void qvring_init(QTestState *qts, const QGuestAllocator *alloc, QVirtQueue *vq, 137 QGuestAllocator *alloc,
|
H A D | qgraph.h | 36 typedef void *(*QOSCreateDriverFunc) (void *parent, QGuestAllocator *alloc, 39 typedef void (*QOSTestFunc) (void *parent, void *arg, QGuestAllocator *alloc); 327 void *qos_allocate_objects(QTestState *qts, QGuestAllocator **p_alloc); 367 QGuestAllocator *alloc, void *arg);
|
H A D | libqos.h | 11 void (*alloc_init)(QGuestAllocator *, QTestState *, QAllocOpts); 12 QPCIBus *(*qpci_new)(QTestState *qts, QGuestAllocator *alloc); 19 QGuestAllocator alloc;
|
H A D | rtas.c | 30 static uint64_t qrtas_call(QTestState *qts, QGuestAllocator *alloc, in qrtas_call() 51 int qrtas_get_time_of_day(QTestState *qts, QGuestAllocator *alloc, in qrtas_get_time_of_day() 75 uint32_t qrtas_ibm_read_pci_config(QTestState *qts, QGuestAllocator *alloc, in qrtas_ibm_read_pci_config() 98 int qrtas_ibm_write_pci_config(QTestState *qts, QGuestAllocator *alloc, in qrtas_ibm_write_pci_config()
|
H A D | pci-pc.h | 33 void qpci_init_pc(QPCIBusPC *ret, QTestState *qts, QGuestAllocator *alloc); 45 QPCIBus *qpci_new_pc(QTestState *qts, QGuestAllocator *alloc);
|
H A D | qos_external.c | 69 static QGuestAllocator *get_machine_allocator(QOSGraphObject *obj) in get_machine_allocator() 92 void *allocate_objects(QTestState *qts, char **path, QGuestAllocator **p_alloc) in allocate_objects() 95 QGuestAllocator *alloc; in allocate_objects()
|
H A D | generic-pcihost.h | 38 QGuestAllocator *alloc, bool hotpluggable); 52 QGuestAllocator *alloc);
|
H A D | virtio-scmi.c | 18 static QGuestAllocator *alloc; 87 QGuestAllocator *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()
|
H A D | virtio-gpio.c | 16 static QGuestAllocator *alloc; 85 QGuestAllocator *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()
|
/openbmc/qemu/tests/qtest/ |
H A D | virtio-9p-test.c | 33 static void pci_config(void *obj, void *data, QGuestAllocator *t_alloc) in pci_config() 56 static void fs_version(void *obj, void *data, QGuestAllocator *t_alloc) in fs_version() 62 static void fs_attach(void *obj, void *data, QGuestAllocator *t_alloc) in fs_attach() 68 static void fs_walk(void *obj, void *data, QGuestAllocator *t_alloc) in fs_walk() 106 static void fs_readdir(void *obj, void *data, QGuestAllocator *t_alloc) in fs_readdir() 275 QGuestAllocator *t_alloc) in fs_walk_2nd_nonexistent() 486 QGuestAllocator *t_alloc) in fs_readdir_split_128() 493 QGuestAllocator *t_alloc) in fs_readdir_split_256() 500 QGuestAllocator *t_alloc) in fs_readdir_split_512() 616 QGuestAllocator *t_alloc) in fs_unlinkat_symlink() [all …]
|
H A D | e1000e-test.c | 44 static void e1000e_send_verify(QE1000E *d, int *test_sockets, QGuestAllocator *alloc) in e1000e_send_verify() 85 static void e1000e_receive_verify(QE1000E *d, int *test_sockets, QGuestAllocator *alloc) in e1000e_receive_verify() 133 static void test_e1000e_init(void *obj, void *data, QGuestAllocator * alloc) in test_e1000e_init() 138 static void test_e1000e_tx(void *obj, void *data, QGuestAllocator * alloc) in test_e1000e_tx() 153 static void test_e1000e_rx(void *obj, void *data, QGuestAllocator * alloc) in test_e1000e_rx() 169 QGuestAllocator *alloc) in test_e1000e_multiple_transfers() 191 static void test_e1000e_hotplug(void *obj, void *data, QGuestAllocator * alloc) in test_e1000e_hotplug()
|
H A D | igb-test.c | 48 static void igb_send_verify(QE1000E *d, int *test_sockets, QGuestAllocator *alloc) in igb_send_verify() 88 static void igb_receive_verify(QE1000E *d, int *test_sockets, QGuestAllocator *alloc) in igb_receive_verify() 136 static void test_e1000e_init(void *obj, void *data, QGuestAllocator * alloc) in test_e1000e_init() 141 static void test_igb_tx(void *obj, void *data, QGuestAllocator * alloc) in test_igb_tx() 156 static void test_igb_rx(void *obj, void *data, QGuestAllocator * alloc) in test_igb_rx() 172 QGuestAllocator *alloc) in test_igb_multiple_transfers() 225 static void test_igb_hotplug(void *obj, void *data, QGuestAllocator * alloc) in test_igb_hotplug()
|
H A D | virtio-net-test.c | 32 QGuestAllocator *alloc, QVirtQueue *vq, in rx_test() 69 QGuestAllocator *alloc, QVirtQueue *vq, in tx_test() 99 QGuestAllocator *alloc, QVirtQueue *vq, in rx_stop_cont_test() 147 static void send_recv_test(void *obj, void *data, QGuestAllocator *t_alloc) in send_recv_test() 159 static void stop_cont_test(void *obj, void *data, QGuestAllocator *t_alloc) in stop_cont_test() 169 static void hotplug(void *obj, void *data, QGuestAllocator *t_alloc) in hotplug() 188 static void announce_self(void *obj, void *data, QGuestAllocator *t_alloc) in announce_self() 290 static void large_tx(void *obj, void *data, QGuestAllocator *t_alloc) in large_tx()
|
H A D | ac97-test.c | 35 static void *ac97_create(void *pci_bus, QGuestAllocator *alloc, void *addr) in ac97_create() 50 static void ac97_playback_upsample(void *obj, void *data, QGuestAllocator *alloc) in ac97_playback_upsample() 66 static void ac97_record_downsample(void *obj, void *data, QGuestAllocator *alloc) in ac97_record_downsample()
|
H A D | max34451-test.c | 87 static void test_defaults(void *obj, void *data, QGuestAllocator *alloc) in test_defaults() 147 static void test_temperature(void *obj, void *data, QGuestAllocator *alloc) in test_temperature() 174 static void test_voltage(void *obj, void *data, QGuestAllocator *alloc) in test_voltage() 203 static void test_rw_regs(void *obj, void *data, QGuestAllocator *alloc) in test_rw_regs() 250 static void test_ro_regs(void *obj, void *data, QGuestAllocator *alloc) in test_ro_regs() 276 static void test_ov_faults(void *obj, void *data, QGuestAllocator *alloc) in test_ov_faults() 298 static void test_ot_faults(void *obj, void *data, QGuestAllocator *alloc) in test_ot_faults() 323 static void test_all_pages(void *obj, void *data, QGuestAllocator *alloc) in test_all_pages()
|
H A D | virtio-serial-test.c | 16 static void virtio_serial_nop(void *obj, void *data, QGuestAllocator *alloc) in virtio_serial_nop() 21 static void serial_hotplug(void *obj, void *data, QGuestAllocator *alloc) in serial_hotplug()
|
H A D | ipoctal232-test.c | 22 static void nop(void *obj, void *data, QGuestAllocator *alloc) in nop() 26 static void *ipoctal232_create(void *pci_bus, QGuestAllocator *alloc, in ipoctal232_create()
|
H A D | nvme-test.c | 37 static void *nvme_create(void *pci_bus, QGuestAllocator *alloc, void *addr) in nvme_create() 49 static void nvmetest_oob_cmb_test(void *obj, void *data, QGuestAllocator *alloc) in nvmetest_oob_cmb_test() 70 static void nvmetest_reg_read_test(void *obj, void *data, QGuestAllocator *alloc) in nvmetest_reg_read_test() 94 static void nvmetest_pmr_reg_test(void *obj, void *data, QGuestAllocator *alloc) in nvmetest_pmr_reg_test()
|
H A D | virtio-scsi-test.c | 37 static QGuestAllocator *alloc; 159 static void hotplug(void *obj, void *data, QGuestAllocator *t_alloc) in hotplug() 169 QGuestAllocator *t_alloc) in test_unaligned_write_same() 205 QGuestAllocator *t_alloc) in test_unmap_large_lba() 240 QGuestAllocator *t_alloc) in test_write_to_cdrom() 266 QGuestAllocator *t_alloc) in test_iothread_attach_node()
|
H A D | usb-hcd-ohci-test.c | 24 static void test_ohci_hotplug(void *obj, void *data, QGuestAllocator *alloc) in test_ohci_hotplug() 41 static void *ohci_pci_create(void *pci_bus, QGuestAllocator *alloc, void *addr) in ohci_pci_create()
|