Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c1062 abi_ulong target_tv_addr) in copy_from_user_timeval() argument
1066 if (!lock_user_struct(VERIFY_READ, target_tv, target_tv_addr, 1)) { in copy_from_user_timeval()
1073 unlock_user_struct(target_tv, target_tv_addr, 0); in copy_from_user_timeval()
1078 static inline abi_long copy_to_user_timeval(abi_ulong target_tv_addr, in copy_to_user_timeval() argument
1090 unlock_user_struct(target_tv, target_tv_addr, 1); in copy_to_user_timeval()
1108 unlock_user_struct(target_tv, target_tv_addr, 0); in copy_from_user_timeval64()
1126 unlock_user_struct(target_tv, target_tv_addr, 1); in copy_to_user_timeval64()
1316 if (target_tv_addr) { in do_select()
1317 if (copy_from_user_timeval(&tv, target_tv_addr)) in do_select()
1337 if (target_tv_addr) { in do_select()
[all …]