Home
last modified time | relevance | path

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

/netbsd/sys/compat/linux/arch/aarch64/
H A Dlinux_syscallargs.h1011 check_syscall_args(linux_sys_memfd_create)
1437 int linux_sys_memfd_create(struct lwp *, const struct linux_sys_memfd_create_args *, register_t *);
H A Dlinux_sysent.c1242 .sy_call = (sy_call_t *)linux_sys_memfd_create
/netbsd/sys/compat/linux/arch/amd64/
H A Dlinux_syscallargs.h1177 check_syscall_args(linux_sys_memfd_create)
1687 int linux_sys_memfd_create(struct lwp *, const struct linux_sys_memfd_create_args *, register_t *);
H A Dlinux_sysent.c1431 .sy_call = (sy_call_t *)linux_sys_memfd_create
/netbsd/sys/compat/linux/arch/i386/
H A Dlinux_syscallargs.h1273 check_syscall_args(linux_sys_memfd_create)
1804 int linux_sys_memfd_create(struct lwp *, const struct linux_sys_memfd_create_args *, register_t *);
H A Dlinux_sysent.c1520 .sy_call = (sy_call_t *)linux_sys_memfd_create
/netbsd/sys/compat/linux/arch/mips/
H A Dlinux_syscallargs.h1297 check_syscall_args(linux_sys_memfd_create)
1824 int linux_sys_memfd_create(struct lwp *, const struct linux_sys_memfd_create_args *, register_t *);
H A Dlinux_sysent.c1508 .sy_call = (sy_call_t *)linux_sys_memfd_create
/netbsd/sys/compat/linux/common/
H A Dlinux_misc.c1937 linux_sys_memfd_create(struct lwp *l, in linux_sys_memfd_create() function