Searched refs:syscall_dispatch (Results 1 – 2 of 2) sorted by relevance
37 struct syscall_user_dispatch *sd = ¤t->syscall_dispatch; in syscall_user_dispatch() 118 task->syscall_dispatch.selector = selector; in task_set_syscall_user_dispatch() 119 task->syscall_dispatch.offset = offset; in task_set_syscall_user_dispatch() 120 task->syscall_dispatch.len = len; in task_set_syscall_user_dispatch() 121 task->syscall_dispatch.on_dispatch = false; in task_set_syscall_user_dispatch() 140 struct syscall_user_dispatch *sd = &task->syscall_dispatch; in syscall_user_dispatch_get_config()
1217 struct syscall_user_dispatch syscall_dispatch; member