Searched refs:host_to_target_timespec (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 1214 static inline abi_long host_to_target_timespec(abi_ulong target_addr, in host_to_target_timespec() function 1507 if (ts_addr && host_to_target_timespec(ts_addr, &ts)) { in do_pselect6() 1585 if (host_to_target_timespec(arg3, timeout_ts)) { in do_ppoll() 5399 if (host_to_target_timespec(arg, &ts)) { in do_ioctl_SIOCGSTAMPNS() 7372 if (host_to_target_timespec(target_addr + offsetof(struct target_itimerspec, in host_to_target_itimerspec() 7375 host_to_target_timespec(target_addr + offsetof(struct target_itimerspec, in host_to_target_itimerspec() 11587 ret = host_to_target_timespec(arg2, &ts); in _syscall2() 11610 host_to_target_timespec(arg2, &rem); in _syscall2() 12809 ret = host_to_target_timespec(arg2, &ts); in _syscall2() 12831 host_to_target_timespec(arg2, &ts); in _syscall2() [all …]
|