Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dlibqtest.c1045 static void qtest_out(QTestState *s, const char *cmd, uint16_t addr, uint32_t value) in qtest_out() function
1053 qtest_out(s, "outb", addr, value); in qtest_outb()
1058 qtest_out(s, "outw", addr, value); in qtest_outw()
1063 qtest_out(s, "outl", addr, value); in qtest_outl()