Searched refs:qtest_inb (Results 1 – 16 of 16) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | dbus-display-test.c | 255 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 D | pvpanic-test.c | 23 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 D | libqtest-single.h | 139 return qtest_inb(global_qtest, addr); in inb()
|
H A D | boot-order-test.c | 71 return qtest_inb(qts, port + 1); in read_mc146818()
|
H A D | am53c974-test.c | 212 qtest_inb(s, 0xc000); in test_inflight_cancel_ok()
|
H A D | m48t59-test.c | 49 return qtest_inb(s, base + 3); in cmos_read_ioio()
|
H A D | libqtest.h | 450 uint8_t qtest_inb(QTestState *s, uint16_t addr);
|
H A D | endianness-test.c | 54 value = qtest_inb(qts, addr); in isa_inb()
|
H A D | libqtest.c | 986 qtest_inb(s, 0); in qtest_get_irq() 1089 uint8_t qtest_inb(QTestState *s, uint16_t addr) in qtest_inb() function
|
H A D | hd-geo-test.c | 95 actual = qtest_inb(qts, cmos_base + 1); in test_cmos_byte()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | pci-pc.c | 26 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 D | fw_cfg.c | 145 ptr[i] = qtest_inb(fw_cfg->qts, fw_cfg->base + 1); in io_fw_cfg_read()
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | meson.build | 17 ['-Wl,-wrap,qtest_inb',
|
H A D | i440fx_fuzz.c | 70 qtest_inb(s, addr); in ioport_fuzz_qtest()
|
H A D | qtest_wrappers.c | 26 WRAP(uint8_t , qtest_inb(QTestState *s, uint16_t addr)) in WRAP()
|
H A D | generic_fuzz.c | 362 qtest_inb(s, abs.addr); in op_in() 515 qtest_inb(s, PCI_HOST_BRIDGE_DATA); in op_pci_read()
|