HomeSort by: relevance | last modified time | path
    Searched defs:SYS_syscallemu (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/usermode/modules/syscallemu/
syscallemu.h 63 #define SYS_syscallemu 511
69 check_syscall_args(sys_syscallemu);
71 int sys_syscallemu(struct lwp *, const struct sys_syscallemu_args *,
74 __CTASSERT(SYS_syscallemu >= SYS_MAXSYSCALL);
75 __CTASSERT(SYS_syscallemu < SYS_NSYSENT);
  /src/sys/arch/usermode/usermode/
thunk.c 82 #define SYS_syscallemu 511
129 error = syscall(SYS_syscallemu, (uintptr_t)ustart, (uintptr_t)uend);

Completed in 11 milliseconds