Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c972 #define HOST_HZ 1024 macro
974 #define HOST_HZ 100 macro
979 #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()