Searched refs:sysarch_args (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/sys/mips/mips/ |
| D | sys_machdep.c | 51 struct sysarch_args { struct 58 sysarch(struct thread *td, struct sysarch_args *uap) in sysarch() argument
|
| /freebsd-12-stable/sys/amd64/include/ |
| D | proc.h | 110 struct sysarch_args; 111 int sysarch_ldt(struct thread *td, struct sysarch_args *uap, int uap_space);
|
| /freebsd-12-stable/sys/sparc64/sparc64/ |
| D | sys_machdep.c | 50 struct sysarch_args { struct 57 sysarch(struct thread *td, struct sysarch_args *uap) in sysarch() argument
|
| /freebsd-12-stable/sys/arm/arm/ |
| D | sys_machdep.c | 55 struct sysarch_args { struct 194 sysarch(struct thread *td, struct sysarch_args *uap) in sysarch()
|
| /freebsd-12-stable/sys/arm64/arm64/ |
| D | sys_machdep.c | 42 sysarch(struct thread *td, struct sysarch_args *uap) in sysarch()
|
| /freebsd-12-stable/sys/riscv/riscv/ |
| D | sys_machdep.c | 45 sysarch(struct thread *td, struct sysarch_args *uap) in sysarch()
|
| /freebsd-12-stable/sys/powerpc/powerpc/ |
| D | sys_machdep.c | 48 sysarch(struct thread *td, struct sysarch_args *uap) in sysarch()
|
| /freebsd-12-stable/sys/amd64/ia32/ |
| D | ia32_misc.c | 51 struct sysarch_args uap1; in freebsd32_sysarch()
|
| /freebsd-12-stable/sys/amd64/amd64/ |
| D | sys_machdep.c | 92 struct sysarch_args { struct 99 sysarch_ldt(struct thread *td, struct sysarch_args *uap, int uap_space) in sysarch_ldt() argument 173 sysarch(struct thread *td, struct sysarch_args *uap) in sysarch()
|
| /freebsd-12-stable/sys/i386/i386/ |
| D | sys_machdep.c | 128 struct sysarch_args { struct 135 sysarch(struct thread *td, struct sysarch_args *uap) in sysarch() argument
|
| /freebsd-12-stable/sys/kern/ |
| D | init_sysent.c | 217 …{ AS(sysarch_args), (sy_call_t *)sysarch, AUE_SYSARCH, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }…
|
| D | systrace_args.c | 848 struct sysarch_args *p = params; in systrace_args()
|
| /freebsd-12-stable/sys/sys/ |
| D | sysproto.h | 497 struct sysarch_args { struct 1910 int sysarch(struct thread *, struct sysarch_args *);
|