Home
last modified time | relevance | path

Searched refs:qtest_outb (Results 1 – 19 of 19) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dfuzz-sb16-test.c22 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 Dfuzz-megasas-test.c33 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 Dwdt_ib700-test.c30 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 Dam53c974-test.c122 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 Dfuzz-virtio-scsi-test.c26 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 Dpvpanic-test.c26 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 Dfdc-test.c570 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 Dboot-order-test.c70 qtest_outb(qts, port, reg); in read_mc146818()
H A Dlibqtest-single.h102 qtest_outb(global_qtest, addr, value); in outb()
H A Dm48t59-test.c55 qtest_outb(s, base + 3, val); in cmos_write_ioio()
H A Dlibqtest.h419 void qtest_outb(QTestState *s, uint16_t addr, uint8_t value);
H A Dendianness-test.c87 qtest_outb(qts, addr, value); in isa_outb()
H A Dhd-geo-test.c94 qtest_outb(qts, cmos_base + 0, reg); in test_cmos_byte()
H A Dlibqtest.c1054 void qtest_outb(QTestState *s, uint16_t addr, uint8_t value) in qtest_outb() function
/openbmc/qemu/tests/qtest/libqos/
H A Dpci-pc.c31 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 Dmeson.build20 '-Wl,-wrap,qtest_outb',
H A Di440fx_fuzz.c61 qtest_outb(s, addr, (uint8_t)a.value); in ioport_fuzz_qtest()
H A Dqtest_wrappers.c29 WRAP(void , qtest_outb(QTestState *s, uint16_t addr, uint8_t value)) in WRAP()
H A Dgeneric_fuzz.c399 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()