/openbmc/qemu/tests/qtest/ |
H A D | fuzz-sdcard-test.c | 40 qtest_bufwrite(s, 0x0, "\xe3", 0x1); in oss_fuzz_29225() 41 qtest_bufwrite(s, 0x7, "\x13", 0x1); in oss_fuzz_29225() 42 qtest_bufwrite(s, 0x8, "\xe3", 0x1); in oss_fuzz_29225() 43 qtest_bufwrite(s, 0xf, "\xe3", 0x1); in oss_fuzz_29225() 109 qtest_bufwrite(s, 0x0, "\x65", 0x1); in oss_fuzz_36391() 110 qtest_bufwrite(s, 0x7, "\x69", 0x1); in oss_fuzz_36391() 111 qtest_bufwrite(s, 0x8, "\x65", 0x1); in oss_fuzz_36391() 112 qtest_bufwrite(s, 0xf, "\x69", 0x1); in oss_fuzz_36391() 113 qtest_bufwrite(s, 0x10, "\x65", 0x1); in oss_fuzz_36391() 114 qtest_bufwrite(s, 0x17, "\x69", 0x1); in oss_fuzz_36391() [all …]
|
H A D | intel-hda-test.c | 51 qtest_bufwrite(s, 0xff0d060f, "\x03", 1); in test_issue542_ich6() 52 qtest_bufwrite(s, 0x0, "\x12", 1); in test_issue542_ich6() 53 qtest_bufwrite(s, 0x2, "\x2a", 1); in test_issue542_ich6() 58 qtest_bufwrite(s, 0x6a44005a, "\x01", 1); in test_issue542_ich6() 59 qtest_bufwrite(s, 0x6a44005c, "\x02", 1); in test_issue542_ich6() 60 qtest_bufwrite(s, 0x6a442050, "\x00\x00\x44\x6a", 4); in test_issue542_ich6() 61 qtest_bufwrite(s, 0x6a44204a, "\x01", 1); in test_issue542_ich6() 62 qtest_bufwrite(s, 0x6a44204c, "\x02", 1); in test_issue542_ich6() 63 qtest_bufwrite(s, 0x6a44005c, "\x02", 1); in test_issue542_ich6() 65 qtest_bufwrite(s, 0x6a44204a, "\x01", 1); in test_issue542_ich6() [all …]
|
H A D | fuzz-megasas-test.c | 52 qtest_bufwrite(s, 0x0, "\x01", 0x1); in test_gitlab_issue521_megasas_sgl_ovf() 53 qtest_bufwrite(s, 0x7, "\x01", 0x1); in test_gitlab_issue521_megasas_sgl_ovf() 54 qtest_bufwrite(s, 0x10, "\x02", 0x1); in test_gitlab_issue521_megasas_sgl_ovf() 55 qtest_bufwrite(s, 0x16, "\x01", 0x1); in test_gitlab_issue521_megasas_sgl_ovf() 56 qtest_bufwrite(s, 0x28, "\x01", 0x1); in test_gitlab_issue521_megasas_sgl_ovf() 57 qtest_bufwrite(s, 0x33, "\x01", 0x1); in test_gitlab_issue521_megasas_sgl_ovf()
|
H A D | am53c974-test.c | 184 qtest_bufwrite(s, 0x0, "\x41", 0x1); in test_cancelled_request_ok()
|
H A D | libqtest.h | 611 void qtest_bufwrite(QTestState *s, uint64_t addr,
|
H A D | ahci-test.c | 874 qtest_bufwrite(ahci->parent->qts, ptr, tx, bufsize); in ahci_test_io_rw_simple() 1041 qtest_bufwrite(ahci->parent->qts, ptr, tx, bufsize); in test_dma_fragmented() 1467 qtest_bufwrite(ahci->parent->qts, ptr1, tx1, bufsize); in test_reset_pending_callback() 1468 qtest_bufwrite(ahci->parent->qts, ptr2, tx2, bufsize); in test_reset_pending_callback()
|
H A D | libqtest.c | 1234 void qtest_bufwrite(QTestState *s, uint64_t addr, const void *data, size_t size) in qtest_bufwrite() function
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | meson.build | 34 '-Wl,-wrap,qtest_bufwrite',
|
H A D | qtest_wrappers.c | 46 WRAP(void, qtest_bufwrite(QTestState *s, uint64_t addr, in WRAP()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | ahci.c | 821 qtest_bufwrite(ahci->parent->qts, ptr, buffer, bufsize); in ahci_io()
|