Home
last modified time | relevance | path

Searched refs:sysarch_args (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/sys/amd64/include/
H A Dproc.h101 struct sysarch_args;
102 int sysarch_ldt(struct thread *td, struct sysarch_args *uap, int uap_space);
/freebsd-14.2/sys/arm/arm/
H A Dsys_machdep.c55 struct sysarch_args { struct
170 sysarch(struct thread *td, struct sysarch_args *uap) in sysarch()
/freebsd-14.2/sys/riscv/riscv/
H A Dsys_machdep.c43 sysarch(struct thread *td, struct sysarch_args *uap) in sysarch()
/freebsd-14.2/sys/powerpc/powerpc/
H A Dsys_machdep.c46 sysarch(struct thread *td, struct sysarch_args *uap) in sysarch()
/freebsd-14.2/sys/arm64/arm64/
H A Dsys_machdep.c42 sysarch(struct thread *td, struct sysarch_args *uap) in sysarch()
/freebsd-14.2/sys/amd64/ia32/
H A Dia32_misc.c49 struct sysarch_args uap1; in freebsd32_sysarch()
/freebsd-14.2/sys/amd64/amd64/
H A Dsys_machdep.c93 struct sysarch_args { struct
100 sysarch_ldt(struct thread *td, struct sysarch_args *uap, int uap_space) in sysarch_ldt() argument
174 sysarch(struct thread *td, struct sysarch_args *uap) in sysarch()
/freebsd-14.2/sys/i386/i386/
H A Dsys_machdep.c130 struct sysarch_args { struct
137 sysarch(struct thread *td, struct sysarch_args *uap) in sysarch() argument
/freebsd-14.2/sys/sys/
H A Dsysproto.h493 struct sysarch_args { struct
1994 int sysarch(struct thread *, struct sysarch_args *);
/freebsd-14.2/sys/kern/
H A Dinit_sysent.c228 …{ .sy_narg = AS(sysarch_args), .sy_call = (sy_call_t *)sysarch, .sy_auevent = AUE_SYSARCH, .sy_fla…
H A Dsystrace_args.c848 struct sysarch_args *p = params; in systrace_args()