Searched refs:qtest_inl (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/tests/qtest/libqos/ |
H A D | pci-pc.c | 46 return qtest_inl(bus->qts, addr); in qpci_pc_pio_readl() 56 return (uint64_t)qtest_inl(bus->qts, addr) + in qpci_pc_pio_readq() 57 ((uint64_t)qtest_inl(bus->qts, addr + 4) << 32); in qpci_pc_pio_readq() 92 return qtest_inl(bus->qts, 0xcfc); in qpci_pc_config_readl()
|
/openbmc/qemu/tests/qtest/ |
H A D | virtio-balloon-test.c | 26 qtest_inl(s, 0xcfc); in oss_fuzz_71649()
|
H A D | libqtest-single.h | 165 return qtest_inl(global_qtest, addr); in inl()
|
H A D | am53c974-test.c | 203 qtest_inl(s, 0xcfc); in test_inflight_cancel_ok()
|
H A D | libqtest.h | 466 uint32_t qtest_inl(QTestState *s, uint16_t addr);
|
H A D | endianness-test.c | 76 value = qtest_inl(qts, addr); in isa_inl()
|
H A D | libqtest.c | 1094 uint32_t qtest_inl(QTestState *s, uint16_t addr) in qtest_inl() function
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | meson.build | 19 '-Wl,-wrap,qtest_inl',
|
H A D | i440fx_fuzz.c | 76 qtest_inl(s, addr); in ioport_fuzz_qtest()
|
H A D | qtest_wrappers.c | 28 WRAP(uint32_t , qtest_inl(QTestState *s, uint16_t addr)) in WRAP()
|
H A D | generic_fuzz.c | 371 qtest_inl(s, abs.addr); in op_in() 521 qtest_inl(s, PCI_HOST_BRIDGE_DATA); in op_pci_read()
|