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/amd64/ia32/
H A Dia32_misc.c48 struct sysarch_args uap1; in freebsd32_sysarch()
/freebsd/sys/arm64/arm64/
H A Dsys_machdep.c47 sysarch(struct thread *td, struct sysarch_args *uap) in sysarch()
/freebsd/sys/amd64/amd64/
H A Dsys_machdep.c91 struct sysarch_args { struct
98 sysarch_ldt(struct thread *td, struct sysarch_args *uap, int uap_space) in sysarch_ldt() argument
172 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.h479 struct sysarch_args { struct
2027 int sysarch(struct thread *, struct sysarch_args *);
/freebsd/sys/kern/
H A Dinit_sysent.c234 …{ .sy_narg = AS(sysarch_args), .sy_call = (sy_call_t *)sysarch, .sy_auevent = AUE_SYSARCH, .sy_fla…
H A Dsystrace_args.c819 struct sysarch_args *p = params; in systrace_args()