Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c7324 static inline abi_long host_to_target_itimerspec(abi_ulong target_addr, in host_to_target_itimerspec() function
13323 if (arg4 && host_to_target_itimerspec(arg4, &hspec_old)) { in _syscall2()
13372 if (host_to_target_itimerspec(arg2, &hspec)) { in _syscall2()
13453 if (arg2 && host_to_target_itimerspec(arg2, &its_curr)) { in _syscall2()
13490 if (arg4 && host_to_target_itimerspec(arg4, &its_old)) { in _syscall2()