Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c7287 static inline abi_long target_to_host_itimerspec(struct itimerspec *host_its, in target_to_host_itimerspec() argument
7290 if (target_to_host_timespec(&host_its->it_interval, target_addr + in target_to_host_itimerspec()
7293 target_to_host_timespec(&host_its->it_value, target_addr + in target_to_host_itimerspec()
7305 static inline abi_long target_to_host_itimerspec64(struct itimerspec *host_its, in target_to_host_itimerspec64() argument
7308 if (target_to_host_timespec64(&host_its->it_interval, target_addr + in target_to_host_itimerspec64()
7311 target_to_host_timespec64(&host_its->it_value, target_addr + in target_to_host_itimerspec64()
7325 struct itimerspec *host_its) in host_to_target_itimerspec() argument
7329 &host_its->it_interval) || in host_to_target_itimerspec()
7332 &host_its->it_value)) { in host_to_target_itimerspec()
7348 &host_its->it_interval) || in host_to_target_itimerspec64()
[all …]