Lines Matching defs:value
1152 static void qtest_out(QTestState *s, const char *cmd, uint16_t addr, uint32_t value) in qtest_out()
1158 void qtest_outb(QTestState *s, uint16_t addr, uint8_t value) in qtest_outb()
1163 void qtest_outw(QTestState *s, uint16_t addr, uint16_t value) in qtest_outw()
1168 void qtest_outl(QTestState *s, uint16_t addr, uint32_t value) in qtest_outl()
1177 unsigned long value; in qtest_in() local
1204 uint64_t value) in qtest_write()
1210 void qtest_writeb(QTestState *s, uint64_t addr, uint8_t value) in qtest_writeb()
1215 void qtest_writew(QTestState *s, uint64_t addr, uint16_t value) in qtest_writew()
1220 void qtest_writel(QTestState *s, uint64_t addr, uint32_t value) in qtest_writel()
1225 void qtest_writeq(QTestState *s, uint64_t addr, uint64_t value) in qtest_writeq()
1234 uint64_t value; in qtest_read() local
2020 bool value) in qtest_qom_set_bool()