Searched refs:qtest_inw (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | am53c974-test.c | 199 qtest_inw(s, 0xcfc); in test_inflight_cancel_ok() 207 qtest_inw(s, 0xcfc); in test_inflight_cancel_ok() 211 qtest_inw(s, 0xcfc); in test_inflight_cancel_ok()
|
H A D | libqtest-single.h | 152 return qtest_inw(global_qtest, addr); in inw()
|
H A D | libqtest.h | 457 uint16_t qtest_inw(QTestState *s, uint16_t addr);
|
H A D | endianness-test.c | 65 value = qtest_inw(qts, addr); in isa_inw()
|
H A D | libqtest.c | 1089 uint16_t qtest_inw(QTestState *s, uint16_t addr) in qtest_inw() function
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | pci-pc.c | 36 return qtest_inw(bus->qts, addr); in qpci_pc_pio_readw() 86 return qtest_inw(bus->qts, 0xcfc); in qpci_pc_config_readw()
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | meson.build | 18 '-Wl,-wrap,qtest_inw',
|
H A D | i440fx_fuzz.c | 73 qtest_inw(s, addr); in ioport_fuzz_qtest()
|
H A D | qtest_wrappers.c | 27 WRAP(uint16_t , qtest_inw(QTestState *s, uint16_t addr)) in WRAP()
|
H A D | generic_fuzz.c | 366 qtest_inw(s, abs.addr); in op_in() 518 qtest_inw(s, PCI_HOST_BRIDGE_DATA); in op_pci_read()
|