Searched refs:host_tx (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 7406 static inline abi_long target_to_host_timex(struct timex *host_tx, in target_to_host_timex() argument 7415 __get_user(host_tx->modes, &target_tx->modes); in target_to_host_timex() 7416 __get_user(host_tx->offset, &target_tx->offset); in target_to_host_timex() 7417 __get_user(host_tx->freq, &target_tx->freq); in target_to_host_timex() 7418 __get_user(host_tx->maxerror, &target_tx->maxerror); in target_to_host_timex() 7419 __get_user(host_tx->esterror, &target_tx->esterror); in target_to_host_timex() 7420 __get_user(host_tx->status, &target_tx->status); in target_to_host_timex() 7421 __get_user(host_tx->constant, &target_tx->constant); in target_to_host_timex() 7422 __get_user(host_tx->precision, &target_tx->precision); in target_to_host_timex() 7423 __get_user(host_tx->tolerance, &target_tx->tolerance); in target_to_host_timex() [all …]
|