Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c7520 struct target_sigevent *target_sevp; in target_to_host_sigevent() local
7522 if (!lock_user_struct(VERIFY_READ, target_sevp, target_addr, 1)) { in target_to_host_sigevent()
7533 (void *)(uintptr_t)tswapal(target_sevp->sigev_value.sival_ptr); in target_to_host_sigevent()
7535 target_to_host_signal(tswap32(target_sevp->sigev_signo)); in target_to_host_sigevent()
7536 host_sevp->sigev_notify = tswap32(target_sevp->sigev_notify); in target_to_host_sigevent()
7537 host_sevp->sigev_notify_thread_id = tswap32(target_sevp->_sigev_un._tid); in target_to_host_sigevent()
7539 unlock_user_struct(target_sevp, target_addr, 1); in target_to_host_sigevent()