Home
last modified time | relevance | path

Searched refs:qtest_outw (Results 1 – 20 of 20) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dam53c974-test.c22 qtest_outw(s, 0xcfc, 0x01); in test_cmdfifo_underflow_ok()
40 qtest_outw(s, 0xcfc, 0x01); in test_cmdfifo_underflow2_ok()
41 qtest_outw(s, 0xc00c, 0x41); in test_cmdfifo_underflow2_ok()
42 qtest_outw(s, 0xc00a, 0x00); in test_cmdfifo_underflow2_ok()
44 qtest_outw(s, 0xc00c, 0x43); in test_cmdfifo_underflow2_ok()
45 qtest_outw(s, 0xc00b, 0x00); in test_cmdfifo_underflow2_ok()
46 qtest_outw(s, 0xc00b, 0x00); in test_cmdfifo_underflow2_ok()
47 qtest_outw(s, 0xc00c, 0x00); in test_cmdfifo_underflow2_ok()
49 qtest_outw(s, 0xc00a, 0x00); in test_cmdfifo_underflow2_ok()
51 qtest_outw(s, 0xc00c, 0x00); in test_cmdfifo_underflow2_ok()
[all …]
H A Dfdc-test.c569 qtest_outw(s, 0x3f4, 0x0500); in test_cve_2021_20196()
572 qtest_outw(s, 0x3f4, 0x0000); in test_cve_2021_20196()
574 qtest_outw(s, 0x3f1, 0x0400); in test_cve_2021_20196()
575 qtest_outw(s, 0x3f4, 0x0000); in test_cve_2021_20196()
576 qtest_outw(s, 0x3f4, 0x0000); in test_cve_2021_20196()
579 qtest_outw(s, 0x3f1, 0x0500); in test_cve_2021_20196()
592 qtest_outw(s, 0x3f4, 0x1600); in test_cve_2021_3507()
593 qtest_outw(s, 0x3f4, 0x0000); in test_cve_2021_3507()
594 qtest_outw(s, 0x3f4, 0x0000); in test_cve_2021_3507()
595 qtest_outw(s, 0x3f4, 0x0000); in test_cve_2021_3507()
[all …]
H A Dfuzz-sb16-test.c21 qtest_outw(s, 0x22c, 0x41); in test_fuzz_sb16_0x1c()
23 qtest_outw(s, 0x22c, 0x1004); in test_fuzz_sb16_0x1c()
24 qtest_outw(s, 0x22c, 0x001c); in test_fuzz_sb16_0x1c()
33 qtest_outw(s, 0x22c, 0xf141); in test_fuzz_sb16_0x91()
H A Dfuzz-lsi53c895a-test.c26 qtest_outw(s, 0xcfc, 0x7); /* Enables accesses */ in test_lsi_dma_reentrancy()
62 qtest_outw(s, 0xcfc, 0x7); in test_lsi_do_msgout_cancel_req()
66 qtest_outw(s, 0xcfc, 0x05); in test_lsi_do_msgout_cancel_req()
134 qtest_outw(s, 0xcfc, 0x7); in test_lsi_do_dma_empty_queue()
H A Dfuzz-megasas-test.c29 qtest_outw(s, 0xcfc, 0x7); in test_lp1878263_megasas_zero_iov_cnt()
51 qtest_outw(s, 0xcfc, 0x05); in test_gitlab_issue521_megasas_sgl_ovf()
H A Dfuzz-sdcard-test.c72 qtest_outw(s, 0xcfc, 0x02); in oss_fuzz_36217()
105 qtest_outw(s, 0xcfc, 0x7); in oss_fuzz_36391()
H A Dlpc-ich9-test.c25 qtest_outw(s, 0x5d02, 0x205d); in test_lp1878642_pci_bus_get_irq_level_assert()
H A Dfuzz-e1000e-test.c25 qtest_outw(s, 0xcfc, 0x7); in test_lp1879531_eth_get_rss_ex_dst_addr()
H A Dm48t59-test.c48 qtest_outw(s, base + 0, reg_base + (uint16_t)reg); in cmos_read_ioio()
54 qtest_outw(s, base + 0, reg_base + (uint16_t)reg); in cmos_write_ioio()
H A Dintel-hda-test.c50 qtest_outw(s, 0xcfc, 0x06); in test_issue542_ich6()
H A Dlibqtest-single.h114 qtest_outw(global_qtest, addr, value); in outw()
H A Dlibqtest.h429 void qtest_outw(QTestState *s, uint16_t addr, uint16_t value);
H A Dendianness-test.c98 qtest_outw(qts, addr, value); in isa_outw()
H A Dlibqtest.c1059 void qtest_outw(QTestState *s, uint16_t addr, uint16_t value) in qtest_outw() function
/openbmc/qemu/tests/qtest/libqos/
H A Dpci-pc.c41 qtest_outw(bus->qts, addr, val); in qpci_pc_pio_writew()
104 qtest_outw(bus->qts, 0xcfc, value); in qpci_pc_config_writew()
H A Dfw_cfg.c136 qtest_outw(fw_cfg->qts, fw_cfg->base, key); in io_fw_cfg_select()
/openbmc/qemu/tests/qtest/fuzz/
H A Dmeson.build21 '-Wl,-wrap,qtest_outw',
H A Di440fx_fuzz.c64 qtest_outw(s, addr, (uint16_t)a.value); in ioport_fuzz_qtest()
H A Dqtest_wrappers.c30 WRAP(void , qtest_outw(QTestState *s, uint16_t addr, uint16_t value)) in WRAP()
H A Dgeneric_fuzz.c403 qtest_outw(s, abs.addr, a.value & 0xFFFF); in op_out()
548 qtest_outw(s, PCI_HOST_BRIDGE_DATA, a.value & 0xFFFF); in op_pci_write()