Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c6589 ts->sys_dispatch = arg3; in do_prctl_syscall_user_dispatch()
14297 static bool sys_dispatch(CPUState *cpu, TaskState *ts) in sys_dispatch() function
14306 if (likely(pc - ts->sys_dispatch < ts->sys_dispatch_len)) { in sys_dispatch()
14353 if (sys_dispatch(cpu, ts)) { in do_syscall()