Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c1143 struct target_timespec *target_ts; in target_to_host_timespec() local
1148 __get_user(host_ts->tv_sec, &target_ts->tv_sec); in target_to_host_timespec()
1150 unlock_user_struct(target_ts, target_addr, 0); in target_to_host_timespec()
1169 struct target__kernel_timespec *target_ts; in target_to_host_timespec64() local
1174 __get_user(host_ts->tv_sec, &target_ts->tv_sec); in target_to_host_timespec64()
1178 unlock_user_struct(target_ts, target_addr, 0); in target_to_host_timespec64()
1186 struct target_timespec *target_ts; in host_to_target_timespec() local
1191 __put_user(host_ts->tv_sec, &target_ts->tv_sec); in host_to_target_timespec()
1193 unlock_user_struct(target_ts, target_addr, 1); in host_to_target_timespec()
1200 struct target__kernel_timespec *target_ts; in host_to_target_timespec64() local
[all …]