Searched refs:target_tv_addr (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 1093 abi_ulong target_tv_addr) in copy_from_user_timeval() argument 1097 if (!lock_user_struct(VERIFY_READ, target_tv, target_tv_addr, 1)) { in copy_from_user_timeval() 1104 unlock_user_struct(target_tv, target_tv_addr, 0); in copy_from_user_timeval() 1109 static inline abi_long copy_to_user_timeval(abi_ulong target_tv_addr, in copy_to_user_timeval() argument 1114 if (!lock_user_struct(VERIFY_WRITE, target_tv, target_tv_addr, 0)) { in copy_to_user_timeval() 1121 unlock_user_struct(target_tv, target_tv_addr, 1); in copy_to_user_timeval() 1128 abi_ulong target_tv_addr) in copy_from_user_timeval64() argument 1132 if (!lock_user_struct(VERIFY_READ, target_tv, target_tv_addr, 1)) { in copy_from_user_timeval64() 1139 unlock_user_struct(target_tv, target_tv_addr, 0); in copy_from_user_timeval64() 1145 static inline abi_long copy_to_user_timeval64(abi_ulong target_tv_addr, in copy_to_user_timeval64() argument [all …]
|