Home
last modified time | relevance | path

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

/qemu/pc-bios/s390-ccw/
H A Ds390-time.h4 static inline u64 get_clock(void) in get_clock() function
15 return (get_clock() >> 12) / 1000; in get_time_ms()
H A Dmenu.c79 time = get_clock() + timeout * TOD_CLOCK_MILLISECOND; in read_prompt()
/qemu/util/
H A Dqemu-timer-common.c46 clock_start = get_clock(); in init_get_clock()
61 clock_start = get_clock(); in init_get_clock()
H 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()
H A Dqemu-timer.c637 return get_clock(); in qemu_clock_get_ns()
/qemu/tests/fp/
H 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/
H A Dcpu-timers.c80 time += get_clock(); in cpu_get_clock_locked()
113 timers_state.cpu_clock_offset -= get_clock(); in cpu_enable_ticks()
/qemu/include/qemu/
H A Dtimer.h821 static inline int64_t get_clock(void) in get_clock() function
832 static inline int64_t get_clock(void) in get_clock() function
1010 return get_clock(); in cpu_get_host_ticks()
/qemu/tcg/
H 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/tests/bench/
H 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/
H 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/
H A Darm-compat-semi.c760 elapsed = get_clock() - clock_start; in do_common_semihosting()
/qemu/accel/kvm/
H A Dkvm-all.c750 stamp = get_clock(); in kvm_dirty_ring_reap_locked()
765 stamp = get_clock() - stamp; in kvm_dirty_ring_reap_locked()