Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall_defs.h288 abi_long ppsfreq; /* PPS (pulse per second) frequency */ member
318 abi_llong ppsfreq; /* PPS (pulse per second) frequency */ member
H A Dsyscall.c7456 __get_user(host_tx->ppsfreq, &target_tx->ppsfreq); in target_to_host_timex()
7491 __put_user(host_tx->ppsfreq, &target_tx->ppsfreq); in host_to_target_timex()
7533 __get_user(host_tx->ppsfreq, &target_tx->ppsfreq); in target_to_host_timex64()
7572 __put_user(host_tx->ppsfreq, &target_tx->ppsfreq); in host_to_target_timex64()