Searched refs:qtest_out (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | libqtest.c | 1048 static void qtest_out(QTestState *s, const char *cmd, uint16_t addr, uint32_t value) in qtest_out() function 1056 qtest_out(s, "outb", addr, value); in qtest_outb() 1061 qtest_out(s, "outw", addr, value); in qtest_outw() 1066 qtest_out(s, "outl", addr, value); in qtest_outl()
|