/qemu/include/hw/timer/ |
H A D | hpet.h | 23 #define FS_PER_NS 1000000 /* 1000000 femtoseconds == 1 ns */
|
/qemu/hw/timer/ |
H A D | arm_timer.c | 369 s->timer[1] = arm_timer_init(1000000); in icp_pit_init() 370 s->timer[2] = arm_timer_init(1000000); in icp_pit_init() 391 DEFINE_PROP_UINT32("freq0", SP804State, freq0, 1000000), 392 DEFINE_PROP_UINT32("freq1", SP804State, freq1, 1000000),
|
/qemu/tests/unit/ |
H A D | test-aio-multithread.c | 177 g_usleep(seconds * 1000000); in test_multi_co_schedule() 243 g_usleep(seconds * 1000000); in test_multi_co_mutex() 364 g_usleep(seconds * 1000000); in test_multi_fair_mutex() 420 g_usleep(seconds * 1000000); in test_multi_mutex()
|
H A D | test-nested-aio-poll.c | 77 aio_context_set_poll_params(td.ctx, 1000000, 2, 2, &error_abort); in test()
|
/qemu/hw/sparc64/ |
H A D | sparc64.c | 271 uint32_t tick_frequency = 100 * 1000000; in sparc64_cpu_devinit() 272 uint32_t stick_frequency = 100 * 1000000; in sparc64_cpu_devinit() 273 uint32_t hstick_frequency = 100 * 1000000; in sparc64_cpu_devinit()
|
/qemu/tests/tcg/multiarch/ |
H A D | signals.c | 127 it.it_interval.tv_nsec = 1000000; in test_signals() 129 it.it_value.tv_nsec = 1000000; in test_signals()
|
/qemu/scripts/simplebench/ |
H A D | bench_block_job.py | 63 start_ms = e['timestamp']['seconds'] * 1000000 + \ 77 end_ms = e['timestamp']['seconds'] * 1000000 + \
|
/qemu/tests/tcg/loongarch64/system/ |
H A D | boot.S | 36 li.d t1, 1000000
|
/qemu/net/ |
H A D | dump.c | 81 hdr.ts.tv_sec = ts / 1000000 + s->start_ts; in dump_receive_iov() 82 hdr.ts.tv_usec = ts % 1000000; in dump_receive_iov()
|
/qemu/tests/tcg/x86_64/ |
H A D | cross-modifying-code.c | 54 #define COUNT 1000000
|
/qemu/include/hw/adc/ |
H A D | npcm7xx_adc.h | 57 /* Voltages are in unit of uV. 1V = 1000000uV. */
|
/qemu/hw/microblaze/ |
H A D | petalogix_ml605_mmu.c | 132 qdev_prop_set_uint32(dev, "clock-frequency", 100 * 1000000); in petalogix_ml605_init() 164 qdev_prop_set_uint32(dma, "freqhz", 100 * 1000000); in petalogix_ml605_init()
|
H A D | petalogix_s3adsp1800_mmu.c | 132 qdev_prop_set_uint32(dev, "clock-frequency", 62 * 1000000); in OBJECT_DECLARE_TYPE()
|
/qemu/docs/system/devices/ |
H A D | can.rst | 93 ip link set can0 type can bitrate 1000000 152 /bin/ip link set $ifc type can bitrate 1000000 dbitrate 10000000 fd on
|
/qemu/hw/acpi/ |
H A D | ich9_timer.c | 33 8 * (1 << swsmi_rate_sel) * 1000000LL; in ich9_pm_update_swsmi_timer()
|
/qemu/tests/tcg/s390x/ |
H A D | cdsg.c | 17 static const int n_iterations = 1000000;
|
/qemu/include/hw/misc/ |
H A D | npcm7xx_pwm.h | 37 #define NPCM7XX_PWM_MAX_DUTY 1000000
|
/qemu/scripts/ |
H A D | userfaultfd-wrlat.py | 60 ev_delta_hist.increment(bpf_log2l(delta / 1000000));
|
/qemu/include/hw/riscv/ |
H A D | sifive_u.h | 147 SIFIVE_U_RTCCLK_FREQ = 1000000
|
/qemu/migration/ |
H A D | channel.c | 140 qemu_co_sleep_ns(QEMU_CLOCK_REALTIME, 1000000); in migration_channel_read_peek()
|
/qemu/hw/arm/ |
H A D | msf2-som.c | 74 clock_set_hz(m3clk, 142 * 1000000); in emcraft_sf2_s2s010_init()
|
H A D | vexpress.c | 331 1000000, /* VD10 : 1.0V : SoC internal logic voltage */ 332 1000000, /* VD10_S2 : 1.0V : PL310, L2 cache, RAM, non-PL310 logic */ 333 1000000, /* VD10_S3 : 1.0V : Cortex-A9, cores, MPEs, SCU, PL310 logic */
|
/qemu/audio/ |
H A D | pwaudio.c | 439 * 3 / 4 / 1000000; in qpw_stream_new() 541 * 1 / 2 / 1000000 * v->frame_size; in qpw_init_out() 559 * (uint64_t)v->info.rate / 1000000 * v->frame_size); in qpw_init_out()
|
/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | testacpi.py2 | 145 bclk = testutil.adjust_to_nearest(bits.bclk(), 100.0/12) * 1000000 180 aperf = int(aperf / 1000000)
|
/qemu/hw/audio/ |
H A D | sb16.c | 262 s->freq = (1000000 + (tmp / 2)) / tmp; in dma_cmd8() 322 s->freq = (1000000 + (tmp / 2)) / tmp; in dma_cmd() 324 /* s->freq = 1000000 / ((255 - s->time_const) << s->fmt_stereo); */ in dma_cmd() 325 s->freq = 1000000 / ((255 - s->time_const)); in dma_cmd()
|