Lines Matching refs:global_qtest

17 QTestState *global_qtest __attribute__((common, weak));  variable
19 __declspec(selectany) QTestState *global_qtest; variable
33 global_qtest = qtest_init(args); in qtest_start()
34 return global_qtest; in qtest_start()
44 if (!global_qtest) { in qtest_end()
47 qtest_quit(global_qtest); in qtest_end()
48 global_qtest = NULL; in qtest_end()
66 response = qtest_vqmp(global_qtest, fmt, ap); in qmp()
79 return qtest_qmp_eventwait(global_qtest, event); in qmp_eventwait()
90 return qtest_get_irq(global_qtest, num); in get_irq()
102 qtest_outb(global_qtest, addr, value); in outb()
114 qtest_outw(global_qtest, addr, value); in outw()
126 qtest_outl(global_qtest, addr, value); in outl()
139 return qtest_inb(global_qtest, addr); in inb()
152 return qtest_inw(global_qtest, addr); in inw()
165 return qtest_inl(global_qtest, addr); in inl()
177 qtest_writeb(global_qtest, addr, value); in writeb()
189 qtest_writew(global_qtest, addr, value); in writew()
201 qtest_writel(global_qtest, addr, value); in writel()
213 qtest_writeq(global_qtest, addr, value); in writeq()
226 return qtest_readb(global_qtest, addr); in readb()
239 return qtest_readw(global_qtest, addr); in readw()
252 return qtest_readl(global_qtest, addr); in readl()
265 return qtest_readq(global_qtest, addr); in readq()
278 qtest_memread(global_qtest, addr, data, size); in memread()
291 qtest_memwrite(global_qtest, addr, data, size); in memwrite()
303 return qtest_clock_step_next(global_qtest); in clock_step_next()
316 return qtest_clock_step(global_qtest, step); in clock_step()