Searched refs:qtest_write (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/tests/qtest/ |
| H A D | libqtest.c | 1231 static void qtest_write(QTestState *s, const char *cmd, uint64_t addr, in qtest_read() 1240 qtest_write(s, "writeb", addr, value); in qtest_read() 1245 qtest_write(s, "writew", addr, value); in qtest_readb() 1250 qtest_write(s, "writel", addr, value); in qtest_readw() 1255 qtest_write(s, "writeq", addr, value); in qtest_readl() 1203 static void qtest_write(QTestState *s, const char *cmd, uint64_t addr, qtest_write() function
|