OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SYS_syscallemu
(Results
1 - 4
of
4
) 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);
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);
thunk.c
82
#define
SYS_syscallemu
511
129
error = syscall(
SYS_syscallemu
, (uintptr_t)ustart, (uintptr_t)uend);
Completed in 26 milliseconds
Indexes created Wed Oct 22 00:09:40 GMT 2025