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.c13269 struct sigevent host_sevp = { {0}, }, *phost_sevp = NULL; in _syscall2() local
13280 phost_sevp = &host_sevp; in _syscall2()
13281 ret = target_to_host_sigevent(phost_sevp, arg2); in _syscall2()
13288 ret = get_errno(timer_create(clkid, phost_sevp, phtimer)); in _syscall2()