Home
last modified time | relevance | path

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

/openbmc/linux/kernel/entry/
H A Dsyscall_user_dispatch.c37 struct syscall_user_dispatch *sd = &current->syscall_dispatch; in syscall_user_dispatch()
108 task->syscall_dispatch.selector = selector; in task_set_syscall_user_dispatch()
109 task->syscall_dispatch.offset = offset; in task_set_syscall_user_dispatch()
110 task->syscall_dispatch.len = len; in task_set_syscall_user_dispatch()
111 task->syscall_dispatch.on_dispatch = false; in task_set_syscall_user_dispatch()
130 struct syscall_user_dispatch *sd = &task->syscall_dispatch; in syscall_user_dispatch_get_config()
H A Dcommon.c244 if (unlikely(current->syscall_dispatch.on_dispatch)) { in syscall_exit_work()
245 current->syscall_dispatch.on_dispatch = false; in syscall_exit_work()
/openbmc/linux/include/linux/
H A Dsched.h1131 struct syscall_user_dispatch syscall_dispatch; member