Home
last modified time | relevance | path

Searched refs:linux_memfd_create_args (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/sys/arm64/linux/
H A Dlinux_proto.h1053 struct linux_memfd_create_args { struct
1409 int linux_memfd_create(struct thread *, struct linux_memfd_create_args *);
H A Dlinux_sysent.c299 …{ .sy_narg = AS(linux_memfd_create_args), .sy_call = (sy_call_t *)linux_memfd_create, .sy_auevent …
H A Dlinux_systrace_args.c2103 struct linux_memfd_create_args *p = params; in systrace_args()
/freebsd-13.1/sys/amd64/linux/
H A Dlinux_proto.h1234 struct linux_memfd_create_args { struct
1642 int linux_memfd_create(struct thread *, struct linux_memfd_create_args *);
H A Dlinux_sysent.c339 …{ .sy_narg = AS(linux_memfd_create_args), .sy_call = (sy_call_t *)linux_memfd_create, .sy_auevent …
H A Dlinux_systrace_args.c2475 struct linux_memfd_create_args *p = params; in systrace_args()
/freebsd-13.1/sys/compat/linux/
H A Dlinux_file.c1977 linux_memfd_create(struct thread *td, struct linux_memfd_create_args *args) in linux_memfd_create()
/freebsd-13.1/sys/i386/linux/
H A Dlinux_proto.h1296 struct linux_memfd_create_args { struct
1919 int linux_memfd_create(struct thread *, struct linux_memfd_create_args *);
H A Dlinux_sysent.c376 …{ .sy_narg = AS(linux_memfd_create_args), .sy_call = (sy_call_t *)linux_memfd_create, .sy_auevent …
H A Dlinux_systrace_args.c2626 struct linux_memfd_create_args *p = params; in systrace_args()
/freebsd-13.1/sys/amd64/linux32/
H A Dlinux32_proto.h1303 struct linux_memfd_create_args { struct
1924 int linux_memfd_create(struct thread *, struct linux_memfd_create_args *);
H A Dlinux32_sysent.c376 …{ .sy_narg = AS(linux_memfd_create_args), .sy_call = (sy_call_t *)linux_memfd_create, .sy_auevent …
H A Dlinux32_systrace_args.c2587 struct linux_memfd_create_args *p = params; in systrace_args()