Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall_defs.h339 struct target_tms { struct
H A Dsyscall.c9857 struct target_tms *tmsp; in _syscall2()
9861 tmsp = lock_user(VERIFY_WRITE, arg1, sizeof(struct target_tms), 0); in _syscall2()