Searched refs:linux_memfd_create_args (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/sys/arm64/linux/ |
| H A D | linux_proto.h | 1062 struct linux_memfd_create_args { struct 1462 int linux_memfd_create(struct thread *, struct linux_memfd_create_args *);
|
| H A D | linux_sysent.c | 296 …{ .sy_narg = AS(linux_memfd_create_args), .sy_call = (sy_call_t *)linux_memfd_create, .sy_auevent …
|
| H A D | linux_systrace_args.c | 2114 struct linux_memfd_create_args *p = params; in systrace_args()
|
| /freebsd-14.2/sys/compat/linux/ |
| H A D | linux_file.c | 1755 linux_memfd_create(struct thread *td, struct linux_memfd_create_args *args) in linux_memfd_create()
|
| /freebsd-14.2/sys/amd64/linux/ |
| H A D | linux_proto.h | 1248 struct linux_memfd_create_args { struct 1704 int linux_memfd_create(struct thread *, struct linux_memfd_create_args *);
|
| H A D | linux_sysent.c | 336 …{ .sy_narg = AS(linux_memfd_create_args), .sy_call = (sy_call_t *)linux_memfd_create, .sy_auevent …
|
| H A D | linux_systrace_args.c | 2486 struct linux_memfd_create_args *p = params; in systrace_args()
|
| /freebsd-14.2/sys/i386/linux/ |
| H A D | linux_proto.h | 1308 struct linux_memfd_create_args { struct 2018 int linux_memfd_create(struct thread *, struct linux_memfd_create_args *);
|
| H A D | linux_sysent.c | 373 …{ .sy_narg = AS(linux_memfd_create_args), .sy_call = (sy_call_t *)linux_memfd_create, .sy_auevent …
|
| H A D | linux_systrace_args.c | 2624 struct linux_memfd_create_args *p = params; in systrace_args()
|
| /freebsd-14.2/sys/amd64/linux32/ |
| H A D | linux32_proto.h | 1314 struct linux_memfd_create_args { struct 2022 int linux_memfd_create(struct thread *, struct linux_memfd_create_args *);
|
| H A D | linux32_sysent.c | 374 …{ .sy_narg = AS(linux_memfd_create_args), .sy_call = (sy_call_t *)linux_memfd_create, .sy_auevent …
|
| H A D | linux32_systrace_args.c | 2593 struct linux_memfd_create_args *p = params; in systrace_args()
|