Lines Matching refs:qtest_sendf
679 static void G_GNUC_PRINTF(2, 3) qtest_sendf(QTestState *s, const char *fmt, ...) in qtest_sendf() function
776 qtest_sendf(s, "endianness\n"); in qtest_query_target_endianness()
1092 qtest_sendf(s, "module_load %s %s\n", prefix, libname); in qtest_module_load()
1108 qtest_sendf(s, "clock_step\n"); in qtest_clock_step_next()
1114 qtest_sendf(s, "clock_step %"PRIi64"\n", step); in qtest_clock_step()
1120 qtest_sendf(s, "clock_set %"PRIi64"\n", val); in qtest_clock_set()
1126 qtest_sendf(s, "irq_intercept_out %s\n", qom_path); in qtest_irq_intercept_out()
1132 qtest_sendf(s, "irq_intercept_out %s %s\n", qom_path, name); in qtest_irq_intercept_out_named()
1138 qtest_sendf(s, "irq_intercept_in %s\n", qom_path); in qtest_irq_intercept_in()
1148 qtest_sendf(s, "set_irq_in %s %s %d %d\n", qom_path, name, num, level); in qtest_set_irq_in()
1154 qtest_sendf(s, "%s 0x%x 0x%x\n", cmd, addr, value); in qtest_out()
1179 qtest_sendf(s, "%s 0x%x\n", cmd, addr); in qtest_in()
1206 qtest_sendf(s, "%s 0x%" PRIx64 " 0x%" PRIx64 "\n", cmd, addr, value); in qtest_write()
1236 qtest_sendf(s, "%s 0x%" PRIx64 "\n", cmd, addr); in qtest_read()
1288 qtest_sendf(s, "read 0x%" PRIx64 " 0x%zx\n", addr, size); in qtest_memread()
1303 qtest_sendf(s, "rtas %s %u 0x%"PRIx64" %u 0x%"PRIx64"\n", in qtest_rtas_call()
1329 qtest_sendf(s, "csr %s 0x%"PRIx64" %d 0x%"PRIx64"\n", in qtest_csr_call()
1365 qtest_sendf(s, "b64write 0x%" PRIx64 " 0x%zx ", addr, size); in qtest_bufwrite()
1377 qtest_sendf(s, "b64read 0x%" PRIx64 " 0x%zx\n", addr, size); in qtest_bufread()
1407 qtest_sendf(s, "write 0x%" PRIx64 " 0x%zx 0x%s\n", addr, size, enc); in qtest_memwrite()
1414 qtest_sendf(s, "memset 0x%" PRIx64 " 0x%zx 0x%02x\n", addr, size, pattern); in qtest_memset()