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.c942 #define HOST_HZ 1024 macro
944 #define HOST_HZ 100 macro
949 #if HOST_HZ == TARGET_HZ in host_to_target_clock_t()
952 return ((int64_t)ticks * TARGET_HZ) / HOST_HZ; in host_to_target_clock_t()