Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dlibqtest.c1066 static uint32_t qtest_in(QTestState *s, const char *cmd, uint16_t addr) in qtest_in() function
1083 return qtest_in(s, "inb", addr); in qtest_inb()
1088 return qtest_in(s, "inw", addr); in qtest_inw()
1093 return qtest_in(s, "inl", addr); in qtest_inl()