Searched refs:linux_arch_prctl (Results 1 – 7 of 7) sorted by relevance
| /src/sys/amd64/linux/ |
| H A D | linux_machdep.c | 112 linux_arch_prctl(struct thread *td, struct linux_arch_prctl_args *args) in linux_arch_prctl() function
|
| H A D | linux_sysent.c | 175 …{ .sy_narg = AS(linux_arch_prctl_args), .sy_call = (sy_call_t *)linux_arch_prctl, .sy_auevent = AU…
|
| H A D | linux_proto.h | 1565 int linux_arch_prctl(struct thread *, struct linux_arch_prctl_args *);
|
| /src/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 402 …{ .sy_narg = AS(linux_arch_prctl_args), .sy_call = (sy_call_t *)linux_arch_prctl, .sy_auevent = AU…
|
| H A D | linux32_proto.h | 2053 int linux_arch_prctl(struct thread *, struct linux_arch_prctl_args *);
|
| /src/sys/i386/linux/ |
| H A D | linux_sysent.c | 401 …{ .sy_narg = AS(linux_arch_prctl_args), .sy_call = (sy_call_t *)linux_arch_prctl, .sy_auevent = AU…
|
| H A D | linux_proto.h | 2049 int linux_arch_prctl(struct thread *, struct linux_arch_prctl_args *);
|