Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c1078 static inline abi_long copy_to_user_timeval(abi_ulong target_tv_addr, in copy_to_user_timeval() function
1340 if (copy_to_user_timeval(target_tv_addr, &tv)) { in do_select()
2565 if (copy_to_user_timeval(optval_addr, &tv)) { in do_getsockopt()
5351 if (copy_to_user_timeval(arg, &tv)) { in do_ioctl_SIOCGSTAMP()
10209 if (arg1 && copy_to_user_timeval(arg1, &tv)) { in _syscall2()
10696 if (copy_to_user_timeval(arg3, in _syscall2()
10698 || copy_to_user_timeval(arg3 + sizeof(struct target_timeval), in _syscall2()
10710 if (copy_to_user_timeval(arg2, in _syscall2()
10712 || copy_to_user_timeval(arg2 + sizeof(struct target_timeval), in _syscall2()