/openbmc/qemu/tests/qtest/ |
H A D | fuzz-sb16-test.c | 22 qtest_outb(s, 0x22c, 0x00); in test_fuzz_sb16_0x1c() 34 qtest_outb(s, 0x22c, 0x00); in test_fuzz_sb16_0x91() 35 qtest_outb(s, 0x22c, 0x24); in test_fuzz_sb16_0x91() 36 qtest_outb(s, 0x22c, 0x91); in test_fuzz_sb16_0x91() 49 qtest_outb(s, 0x22c, 0x41); in test_fuzz_sb16_0xd4() 50 qtest_outb(s, 0x22c, 0x00); in test_fuzz_sb16_0xd4() 51 qtest_outb(s, 0x22c, 0x14); in test_fuzz_sb16_0xd4() 52 qtest_outb(s, 0x22c, 0xd4); in test_fuzz_sb16_0xd4()
|
H A D | fuzz-megasas-test.c | 33 qtest_outb(s, 0xc1c0, 0x17); in test_lp1878263_megasas_zero_iov_cnt() 58 qtest_outb(s, 0xc040, 0x0); in test_gitlab_issue521_megasas_sgl_ovf() 59 qtest_outb(s, 0xc040, 0x20); in test_gitlab_issue521_megasas_sgl_ovf() 61 qtest_outb(s, 0xc040, 0x20); in test_gitlab_issue521_megasas_sgl_ovf()
|
H A D | wdt_ib700-test.c | 30 qtest_outb(s, 0x443, 14); in ib700_program_and_wait() 35 qtest_outb(s, 0x443, 14); in ib700_program_and_wait() 40 qtest_outb(s, 0x441, 1); in ib700_program_and_wait() 45 qtest_outb(s, 0x443, 13); in ib700_program_and_wait()
|
H A D | am53c974-test.c | 122 qtest_outb(s, 0xc000, 0x4); in test_fifo_pop_buf() 123 qtest_outb(s, 0xc008, 0xa0); in test_fifo_pop_buf() 180 qtest_outb(s, 0xc046, 0x02); in test_cancelled_request_ok() 213 qtest_outb(s, 0xc008, 0x8); in test_inflight_cancel_ok() 215 qtest_outb(s, 0xc009, 0x0); in test_inflight_cancel_ok() 216 qtest_outb(s, 0xc009, 0x0); in test_inflight_cancel_ok()
|
H A D | fuzz-virtio-scsi-test.c | 26 qtest_outb(s, 0xcfc, 0x6e); in test_mmio_oob_from_memory_region_cache() 32 qtest_outb(s, 0x6e08, 0x9e); in test_mmio_oob_from_memory_region_cache() 59 qtest_outb(s, 0x6e10, 0x00); in test_mmio_oob_from_memory_region_cache()
|
H A D | pvpanic-test.c | 26 qtest_outb(qts, 0x505, 0x1); in test_panic_nopause() 49 qtest_outb(qts, 0x505, 0x1); in test_panic() 72 qtest_outb(qts, 0x505, PVPANIC_SHUTDOWN); in test_pvshutdown()
|
H A D | fdc-test.c | 570 qtest_outb(s, 0x3f5, 0x00); in test_cve_2021_20196() 571 qtest_outb(s, 0x3f5, 0x00); in test_cve_2021_20196() 573 qtest_outb(s, 0x3f5, 0x00); in test_cve_2021_20196() 577 qtest_outb(s, 0x3f5, 0x00); in test_cve_2021_20196() 578 qtest_outb(s, 0x3f5, 0x01); in test_cve_2021_20196() 580 qtest_outb(s, 0x3f5, 0x00); in test_cve_2021_20196()
|
H A D | boot-order-test.c | 70 qtest_outb(qts, port, reg); in read_mc146818()
|
H A D | libqtest-single.h | 102 qtest_outb(global_qtest, addr, value); in outb()
|
H A D | m48t59-test.c | 55 qtest_outb(s, base + 3, val); in cmos_write_ioio()
|
H A D | libqtest.h | 419 void qtest_outb(QTestState *s, uint16_t addr, uint8_t value);
|
H A D | endianness-test.c | 87 qtest_outb(qts, addr, value); in isa_outb()
|
H A D | hd-geo-test.c | 94 qtest_outb(qts, cmos_base + 0, reg); in test_cmos_byte()
|
H A D | libqtest.c | 1054 void qtest_outb(QTestState *s, uint16_t addr, uint8_t value) in qtest_outb() function
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | pci-pc.c | 31 qtest_outb(bus->qts, addr, val); in qpci_pc_pio_writeb() 98 qtest_outb(bus->qts, 0xcfc, value); in qpci_pc_config_writeb()
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | meson.build | 20 '-Wl,-wrap,qtest_outb',
|
H A D | i440fx_fuzz.c | 61 qtest_outb(s, addr, (uint8_t)a.value); in ioport_fuzz_qtest()
|
H A D | qtest_wrappers.c | 29 WRAP(void , qtest_outb(QTestState *s, uint16_t addr, uint8_t value)) in WRAP()
|
H A D | generic_fuzz.c | 399 qtest_outb(s, abs.addr, a.value & 0xFF); in op_out() 545 qtest_outb(s, PCI_HOST_BRIDGE_DATA, a.value & 0xFF); in op_pci_write()
|