Searched refs:linux_arch_prctl_args (Results 1 – 10 of 10) sorted by relevance
/freebsd-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()
|
H A D | linux_proto.h | 583 struct linux_arch_prctl_args { struct 1562 int linux_arch_prctl(struct thread *, struct linux_arch_prctl_args *);
|
H A D | linux_sysent.c | 175 { .sy_narg = AS(linux_arch_prctl_args), .sy_call = (sy_call_t *)linux_arch_prctl, .sy_auevent = AUE_PRCTL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 158 = linux_arch_prctl */
|
H A D | linux_systrace_args.c | 1294 struct linux_arch_prctl_args *p = params; in systrace_args()
|
/freebsd-src/sys/amd64/linux32/ |
H A D | linux32_proto.h | 1471 struct linux_arch_prctl_args { struct 2050 int linux_arch_prctl(struct thread *, struct linux_arch_prctl_args *);
|
H A D | linux32_sysent.c | 402 { .sy_narg = AS(linux_arch_prctl_args), .sy_call = (sy_call_t *)linux_arch_prctl, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 384 = linux_arch_prctl */
|
H A D | linux32_systrace_args.c | 2863 struct linux_arch_prctl_args *p = params; in systrace_args()
|
/freebsd-src/sys/i386/linux/ |
H A D | linux_proto.h | 1465 struct linux_arch_prctl_args { struct 2046 int linux_arch_prctl(struct thread *, struct linux_arch_prctl_args *);
|
H A D | linux_sysent.c | 401 { .sy_narg = AS(linux_arch_prctl_args), .sy_call = (sy_call_t *)linux_arch_prctl, .sy_auevent = AUE_PRCTL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 384 = linux_arch_prctl */
|
H A D | linux_systrace_args.c | 2894 struct linux_arch_prctl_args *p = params; in systrace_args()
|