Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c7562 static inline abi_long target_to_host_sigevent(struct sigevent *host_sevp, in target_to_host_sigevent() argument
7577 host_sevp->sigev_value.sival_ptr = in target_to_host_sigevent()
7579 host_sevp->sigev_signo = in target_to_host_sigevent()
7581 host_sevp->sigev_notify = tswap32(target_sevp->sigev_notify); in target_to_host_sigevent()
7582 host_sevp->sigev_notify_thread_id = tswap32(target_sevp->_sigev_un._tid); in target_to_host_sigevent()
13498 struct sigevent host_sevp = { {0}, }, *phost_sevp = NULL; in _syscall2()
13509 phost_sevp = &host_sevp; in _syscall2()
13495 struct sigevent host_sevp = { {0}, }, *phost_sevp = NULL; _syscall2() local