Home
last modified time | relevance | path

Searched refs:qtest_enabled (Results 1 – 25 of 61) sorted by relevance

123

/openbmc/qemu/hw/core/
H A Dptimer.c87 if (!qtest_enabled()) { in ptimer_reload()
124 if (!qtest_enabled()) { in ptimer_reload()
142 !icount_enabled() && !qtest_enabled()) { in ptimer_reload()
226 !icount_enabled() && !qtest_enabled()) { in ptimer_get_count()
313 if (!qtest_enabled()) { in ptimer_run()
H A Dclock.c181 if (qtest_enabled()) { in clock_initfn()
/openbmc/qemu/hw/i386/
H A Dvmport.c103 if (qtest_enabled()) { in vmport_ioport_read()
151 if (qtest_enabled()) { in vmport_ioport_write()
161 if (qtest_enabled()) { in vmport_cmd_get_version()
187 if (qtest_enabled()) { in vmport_cmd_ram_size()
/openbmc/qemu/include/sysemu/
H A Dqtest.h21 static inline bool qtest_enabled(void) in qtest_enabled() function
/openbmc/qemu/block/
H A Daccounting.c38 if (qtest_enabled()) { in block_acct_init()
210 if (qtest_enabled()) { in block_account_one_io()
/openbmc/qemu/hw/arm/
H A Dmcimx7d-sabre.c66 if (!qtest_enabled()) { in mcimx7d_sabre_init()
H A Dmcimx6ul-evk.c66 if (!qtest_enabled()) { in mcimx6ul_evk_init()
H A Dsabrelite.c101 if (!qtest_enabled()) { in sabrelite_init()
H A Dkzm.c129 if (!qtest_enabled()) { in kzm_init()
H A Ddigic_boards.c85 if (qtest_enabled()) { in digic_load_rom()
H A Dimx25_pdk.c139 if (!qtest_enabled()) { in imx25_pdk_init()
H A Domap_sx1.c187 if (!machine->kernel_filename && !fl_idx && !qtest_enabled()) { in sx1_init()
/openbmc/qemu/hw/openrisc/
H A Dboot.c33 if (kernel_filename && !qtest_enabled()) { in openrisc_load_kernel()
/openbmc/qemu/hw/m68k/
H A Dan5206.c69 if (qtest_enabled()) { in an5206_init()
/openbmc/qemu/hw/s390x/
H A Dtod.c30 } else if (qtest_enabled()) { in s390_init_tod()
/openbmc/qemu/hw/sparc64/
H A Dniagara.c92 if (!qtest_enabled() && rom_add_file_fixed(file, addr, -1)) { in add_rom_or_fail()
/openbmc/qemu/hw/mem/
H A Dsparse-mem.c126 if (!qtest_enabled()) { in sparse_mem_realize()
/openbmc/qemu/hw/rx/
H A Drx-gdbsim.c113 } else if (!qtest_enabled()) { in rx_gdbsim_init()
/openbmc/qemu/hw/mips/
H A Dmipssim.c189 machine->firmware && !qtest_enabled()) { in mips_mipssim_init()
H A Dfuloong2e.c273 machine->firmware && !qtest_enabled()) { in mips_fuloong2e_init()
/openbmc/qemu/accel/tcg/
H A Dicount-common.c311 if (qtest_enabled()) { in icount_start_warp_timer()
/openbmc/qemu/net/
H A Dhub.c304 if (has_nic && !has_host_dev && !qtest_enabled()) { in net_hub_check_clients()
/openbmc/qemu/hw/loongarch/
H A Dboot.c288 if(!qtest_enabled()) { in loongarch_direct_kernel_boot()
/openbmc/qemu/hw/9pfs/
H A Dvirtio-9p-device.c210 if (qtest_enabled() && fse) { in virtio_9p_device_realize()
/openbmc/qemu/system/
H A Dqtest.c712 } else if (qtest_enabled() && strcmp(words[0], "clock_step") == 0) { in qtest_process_command()
742 } else if (qtest_enabled() && strcmp(words[0], "clock_set") == 0) { in qtest_process_command()

123