Home
last modified time | relevance | path

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

/openbmc/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.c82 time = get_clock() + timeout * TOD_CLOCK_MILLISECOND; in read_prompt()
/openbmc/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.c624 return get_clock(); in qemu_clock_get_ns()
/openbmc/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()
/openbmc/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()
/openbmc/qemu/include/qemu/
H A Dtimer.h826 static inline int64_t get_clock(void) in get_clock()
837 static inline int64_t get_clock(void) in get_clock()
1013 return get_clock(); in cpu_get_host_ticks()
825 static inline int64_t get_clock(void) get_clock() function
836 static inline int64_t get_clock(void) get_clock() function
/openbmc/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()
/openbmc/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()
/openbmc/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()
/openbmc/u-boot/include/linux/soc/ti/
H A Dti_sci_protocol.h189 int (*get_clock)(const struct ti_sci_handle *handle, u32 did, u8 cid, member
/openbmc/qemu/semihosting/
H A Darm-compat-semi.c787 elapsed = get_clock() - clock_start; in do_common_semihosting()
/openbmc/u-boot/drivers/firmware/
H A Dti_sci.c1836 cops->get_clock = ti_sci_cmd_get_clock; in ti_sci_setup_ops()
/openbmc/qemu/accel/kvm/
H A Dkvm-all.c925 stamp = get_clock(); in kvm_dirty_ring_reap_locked()
940 stamp = get_clock() - stamp; in kvm_dirty_ring_reap_locked()