Home
last modified time | relevance | path

Searched refs:qtest_inb (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Ddbus-display-test.c255 g_assert_cmpint(qtest_inb(qts, 0x64) & 0x1, ==, 0); in test_dbus_display_keyboard()
256 g_assert_cmpint(qtest_inb(qts, 0x60), ==, 0); in test_dbus_display_keyboard()
274 g_assert_cmpint(qtest_inb(qts, 0x64) & 0x1, ==, 1); in test_dbus_display_keyboard()
275 g_assert_cmpint(qtest_inb(qts, 0x60), ==, 0x5A); /* scan code 2 enter */ in test_dbus_display_keyboard()
286 g_assert_cmpint(qtest_inb(qts, 0x64) & 0x1, ==, 1); in test_dbus_display_keyboard()
287 g_assert_cmpint(qtest_inb(qts, 0x60), ==, 0xF0); /* scan code 2 release */ in test_dbus_display_keyboard()
288 g_assert_cmpint(qtest_inb(qts, 0x60), ==, 0x5A); /* scan code 2 enter */ in test_dbus_display_keyboard()
H A Dpvpanic-test.c23 val = qtest_inb(qts, 0x505); in test_panic_nopause()
46 val = qtest_inb(qts, 0x505); in test_panic()
69 val = qtest_inb(qts, 0x505); in test_pvshutdown()
H A Dlibqtest-single.h139 return qtest_inb(global_qtest, addr); in inb()
H A Dboot-order-test.c71 return qtest_inb(qts, port + 1); in read_mc146818()
H A Dam53c974-test.c212 qtest_inb(s, 0xc000); in test_inflight_cancel_ok()
H A Dm48t59-test.c49 return qtest_inb(s, base + 3); in cmos_read_ioio()
H A Dlibqtest.h450 uint8_t qtest_inb(QTestState *s, uint16_t addr);
H A Dendianness-test.c54 value = qtest_inb(qts, addr); in isa_inb()
H A Dlibqtest.c986 qtest_inb(s, 0); in qtest_get_irq()
1089 uint8_t qtest_inb(QTestState *s, uint16_t addr) in qtest_inb() function
H A Dhd-geo-test.c95 actual = qtest_inb(qts, cmos_base + 1); in test_cmos_byte()
/openbmc/qemu/tests/qtest/libqos/
H A Dpci-pc.c26 return qtest_inb(bus->qts, addr); in qpci_pc_pio_readb()
80 return qtest_inb(bus->qts, 0xcfc); in qpci_pc_config_readb()
H A Dfw_cfg.c145 ptr[i] = qtest_inb(fw_cfg->qts, fw_cfg->base + 1); in io_fw_cfg_read()
/openbmc/qemu/tests/qtest/fuzz/
H A Dmeson.build17 ['-Wl,-wrap,qtest_inb',
H A Di440fx_fuzz.c70 qtest_inb(s, addr); in ioport_fuzz_qtest()
H A Dqtest_wrappers.c26 WRAP(uint8_t , qtest_inb(QTestState *s, uint16_t addr)) in WRAP()
H A Dgeneric_fuzz.c362 qtest_inb(s, abs.addr); in op_in()
515 qtest_inb(s, PCI_HOST_BRIDGE_DATA); in op_pci_read()