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.c7563 struct target_sigevent *target_sevp; in target_to_host_sigevent() local
7565 if (!lock_user_struct(VERIFY_READ, target_sevp, target_addr, 1)) { in target_to_host_sigevent()
7576 (void *)(uintptr_t)tswapal(target_sevp->sigev_value.sival_ptr); in target_to_host_sigevent()
7578 target_to_host_signal(tswap32(target_sevp->sigev_signo)); in target_to_host_sigevent()
7579 host_sevp->sigev_notify = tswap32(target_sevp->sigev_notify); in target_to_host_sigevent()
7580 host_sevp->sigev_notify_thread_id = tswap32(target_sevp->_sigev_un._tid); in target_to_host_sigevent()
7582 unlock_user_struct(target_sevp, target_addr, 1); in target_to_host_sigevent()