Home
last modified time | relevance | path

Searched refs:TARGET_HZ (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/linux-user/
H A Dsyscall_defs.h337 #define TARGET_HZ 100 macro
H A Dsyscall.c979 #if HOST_HZ == TARGET_HZ in host_to_target_clock_t()
982 return ((int64_t)ticks * TARGET_HZ) / HOST_HZ; in host_to_target_clock_t()