Home
last modified time | relevance | path

Searched refs:get_clock (Results 1 – 13 of 13) sorted by relevance

/qemu/pc-bios/s390-ccw/
A Ds390-time.h4 static inline u64 get_clock(void) in get_clock() function
15 return (get_clock() >> 12) / 1000; in get_time_ms()
A Dmenu.c82 time = get_clock() + timeout * TOD_CLOCK_MILLISECOND; in read_prompt()
/qemu/util/
A Dqemu-timer-common.c46 clock_start = get_clock(); in init_get_clock()
61 clock_start = get_clock(); in init_get_clock()
A Dqsp.c366 t0 = get_clock(); \
368 t1 = get_clock(); \
381 t0 = get_clock(); \
383 t1 = get_clock(); \
408 t0 = get_clock(); in QSP_GEN_VOID()
410 t1 = get_clock(); in QSP_GEN_VOID()
424 t0 = get_clock(); in qsp_cond_timedwait()
426 t1 = get_clock(); in qsp_cond_timedwait()
A Dqemu-timer.c627 return get_clock(); in qemu_clock_get_ns()
/qemu/tests/fp/
A Dfp-bench.c234 int64_t tf = get_clock() + duration * 1000000000LL; in bench()
236 while (get_clock() < tf) { in bench()
245 t0 = get_clock(); in bench()
280 t0 = get_clock(); in bench()
315 t0 = get_clock(); in bench()
350 t0 = get_clock(); in bench()
385 t0 = get_clock(); in bench()
421 ns_elapsed += get_clock() - t0; in bench()
/qemu/system/
A Dcpu-timers.c79 time += get_clock(); in cpu_get_clock_locked()
112 timers_state.cpu_clock_offset -= get_clock(); in cpu_enable_ticks()
/qemu/tcg/
A Dperf.c231 header.timestamp = get_clock(); in perf_enable_jitdump()
257 rec.p.timestamp = get_clock(); in write_jr_code_debug_info()
300 rec.p.timestamp = get_clock(); in write_jr_code_load()
/qemu/include/qemu/
A Dtimer.h815 static inline int64_t get_clock(void) in get_clock() function
826 static inline int64_t get_clock(void) in get_clock() function
1013 return get_clock(); in cpu_get_host_ticks()
/qemu/tests/bench/
A Dqtree-bench.c144 int64_t start_ns = get_clock(); in run_benchmark()
208 int64_t ns = get_clock() - start_ns; in run_benchmark()
/qemu/trace/
A Dsimple.c174 dropped.rec.timestamp_ns = get_clock(); in writeout_thread()
217 uint64_t timestamp_ns = get_clock(); in trace_record_start()
/qemu/semihosting/
A Darm-compat-semi.c760 elapsed = get_clock() - clock_start; in do_common_semihosting()
/qemu/accel/kvm/
A Dkvm-all.c860 stamp = get_clock(); in kvm_dirty_ring_reap_locked()
875 stamp = get_clock() - stamp; in kvm_dirty_ring_reap_locked()

Completed in 37 milliseconds