Searched refs:qtest_memset (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | meson.build | 35 '-Wl,-wrap,qtest_memset']
|
H A D | qtest_wrappers.c | 48 WRAP(void, qtest_memset(QTestState *s, uint64_t addr, in WRAP()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | ahci.c | 286 qtest_memset(ahci->parent->qts, ahci->port[i].clb, 0x00, in ahci_hba_enable() 295 qtest_memset(ahci->parent->qts, ahci->port[i].fb, 0x00, 0x100); in ahci_hba_enable() 401 qtest_memset(ahci->parent->qts, ahci->port[port].fb, 0x00, 0x100); in ahci_port_clear() 703 qtest_memset(ahci->parent->qts, opts->buffer, 0x00, opts->size); in ahci_exec() 818 qtest_memset(ahci->parent->qts, ptr, 0x00, bufsize); in ahci_io()
|
/openbmc/qemu/tests/qtest/ |
H A D | libqtest.h | 621 void qtest_memset(QTestState *s, uint64_t addr, uint8_t patt, size_t size);
|
H A D | pnv-xive2-test.c | 147 qtest_memset(qts, XIVE_MEM_START, 0, mem_used); in reset_state()
|
H A D | ufs-test.c | 201 qtest_memset(ufs->dev.bus->qts, ufs->data_buffer_addr, 0, in ufs_send_scsi_command()
|
H A D | ahci-test.c | 878 qtest_memset(ahci->parent->qts, ptr, 0x00, bufsize); in ahci_test_io_rw_simple()
|
H A D | libqtest.c | 1281 void qtest_memset(QTestState *s, uint64_t addr, uint8_t pattern, size_t size) in qtest_memset() function
|