Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c7342 static inline abi_long host_to_target_itimerspec64(abi_ulong target_addr, in host_to_target_itimerspec64() function
13349 if (arg4 && host_to_target_itimerspec64(arg4, &hspec_old)) { in _syscall2()
13395 if (host_to_target_itimerspec64(arg2, &hspec)) { in _syscall2()
13467 if (arg2 && host_to_target_itimerspec64(arg2, &its_curr)) { in _syscall2()
13513 if (arg4 && host_to_target_itimerspec64(arg4, &its_old)) { in _syscall2()