Home
last modified time | relevance | path

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

/freebsd/sys/amd64/include/
H A Dproc.h99 struct sysarch_args;
100 int sysarch_ldt(struct thread *td, struct sysarch_args *uap, int uap_space);
/freebsd/sys/arm/arm/
H A Dsys_machdep.c53 struct sysarch_args { struct
168 sysarch(struct thread *td, struct sysarch_args *uap) in sysarch()
/freebsd/sys/riscv/riscv/
H A Dsys_machdep.c42 sysarch(struct thread *td, struct sysarch_args *uap) in sysarch()
/freebsd/sys/powerpc/powerpc/
H A Dsys_machdep.c45 sysarch(struct thread *td, struct sysarch_args *uap) in sysarch()
/freebsd/sys/arm64/arm64/
H A Dsys_machdep.c43 sysarch(struct thread *td, struct sysarch_args *uap) in sysarch()
/freebsd/sys/amd64/ia32/
H A Dia32_misc.c48 struct sysarch_args uap1; in freebsd32_sysarch()
/freebsd/sys/amd64/amd64/
H A Dsys_machdep.c90 struct sysarch_args { struct
97 sysarch_ldt(struct thread *td, struct sysarch_args *uap, int uap_space) in sysarch_ldt() argument
171 sysarch(struct thread *td, struct sysarch_args *uap) in sysarch()
/freebsd/sys/i386/i386/
H A Dsys_machdep.c128 struct sysarch_args { struct
135 sysarch(struct thread *td, struct sysarch_args *uap) in sysarch() argument
/freebsd/sys/sys/
H A Dsysproto.h487 struct sysarch_args { struct
1981 int sysarch(struct thread *, struct sysarch_args *);
/freebsd/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.c834 struct sysarch_args *p = params; in systrace_args()