Searched refs:target_to_host_timespec64 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 1195 static inline abi_long target_to_host_timespec64(struct timespec *host_ts, in target_to_host_timespec64() function 1449 if (target_to_host_timespec64(&ts, ts_addr)) { in do_pselect6() 1549 if (target_to_host_timespec64(timeout_ts, arg3)) { in do_ppoll() 4097 if (target_to_host_timespec64(pts, timeout)) { in do_semtimedop() 7351 if (target_to_host_timespec64(&host_its->it_interval, target_addr + in target_to_host_itimerspec64() 7354 target_to_host_timespec64(&host_its->it_value, target_addr + in target_to_host_itimerspec64() 7847 ? target_to_host_timespec64(pts, timeout) in do_futex() 10314 if (target_to_host_timespec64(puts, arg3)) { in _syscall2() 12791 ret = target_to_host_timespec64(&ts, arg2); in _syscall2() 12869 if (target_to_host_timespec64(&ts, arg3)) { in _syscall2() [all …]
|