Searched refs:cpu_fetch_syscall_args (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/arm/arm/ |
H A D | syscall.c | 97 cpu_fetch_syscall_args(struct thread *td) in cpu_fetch_syscall_args() function
|
H A D | elf_machdep.c | 91 .sv_fetch_syscall_args = cpu_fetch_syscall_args,
|
/freebsd/sys/amd64/amd64/ |
H A D | elf_machdep.c | 85 .sv_fetch_syscall_args = cpu_fetch_syscall_args, 128 .sv_fetch_syscall_args = cpu_fetch_syscall_args,
|
H A D | trap.c | 1070 cpu_fetch_syscall_args(struct thread *td) in cpu_fetch_syscall_args() function
|
/freebsd/sys/powerpc/powerpc/ |
H A D | elf64_machdep.c | 91 .sv_fetch_syscall_args = cpu_fetch_syscall_args, 133 .sv_fetch_syscall_args = cpu_fetch_syscall_args,
|
H A D | elf32_machdep.c | 129 .sv_fetch_syscall_args = cpu_fetch_syscall_args,
|
H A D | trap.c | 651 cpu_fetch_syscall_args(struct thread *td) in cpu_fetch_syscall_args() function
|
/freebsd/sys/i386/i386/ |
H A D | elf_machdep.c | 80 .sv_fetch_syscall_args = cpu_fetch_syscall_args,
|
H A D | trap.c | 1043 cpu_fetch_syscall_args(struct thread *td) in cpu_fetch_syscall_args() function
|
/freebsd/sys/kern/ |
H A D | imgact_aout.c | 96 .sv_fetch_syscall_args = cpu_fetch_syscall_args,
|
/freebsd/sys/arm64/arm64/ |
H A D | elf_machdep.c | 95 .sv_fetch_syscall_args = cpu_fetch_syscall_args,
|
H A D | trap.c | 133 cpu_fetch_syscall_args(struct thread *td) in cpu_fetch_syscall_args() function
|
/freebsd/sys/riscv/riscv/ |
H A D | trap.c | 97 cpu_fetch_syscall_args(struct thread *td) in cpu_fetch_syscall_args() function
|
H A D | elf_machdep.c | 88 .sv_fetch_syscall_args = cpu_fetch_syscall_args,
|
/freebsd/sys/sys/ |
H A D | proc.h | 1226 int cpu_fetch_syscall_args(struct thread *td);
|