Searched refs:host_tx (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/linux-user/ |
| H A D | syscall.c | 7725 static inline abi_long target_to_host_timex(struct timex *host_tx, in target_to_host_timex() argument 7734 __get_user(host_tx->modes, &target_tx->modes); in target_to_host_timex() 7735 __get_user(host_tx->offset, &target_tx->offset); in target_to_host_timex() 7736 __get_user(host_tx->freq, &target_tx->freq); in target_to_host_timex() 7737 __get_user(host_tx->maxerror, &target_tx->maxerror); in target_to_host_timex() 7738 __get_user(host_tx->esterror, &target_tx->esterror); in target_to_host_timex() 7739 __get_user(host_tx->status, &target_tx->status); in target_to_host_timex() 7740 __get_user(host_tx->constant, &target_tx->constant); in target_to_host_timex() 7741 __get_user(host_tx->precision, &target_tx->precision); in target_to_host_timex() 7742 __get_user(host_tx->tolerance, &target_tx->tolerance); in target_to_host_timex() [all …]
|