Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dlibqtest.c1069 static uint32_t qtest_in(QTestState *s, const char *cmd, uint16_t addr) in qtest_in() function
1086 return qtest_in(s, "inb", addr); in qtest_inb()
1091 return qtest_in(s, "inw", addr); in qtest_inw()
1096 return qtest_in(s, "inl", addr); in qtest_inl()