Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c13493 struct sigevent host_sevp = { {0}, }, *phost_sevp = NULL; in _syscall2() local
13504 phost_sevp = &host_sevp; in _syscall2()
13505 ret = target_to_host_sigevent(phost_sevp, arg2); in _syscall2()
13512 ret = get_errno(timer_create(clkid, phost_sevp, phtimer)); in _syscall2()