Searched refs:linux_fetch_syscall_args (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/arm64/linux/
H A Dlinux_sysvec.c85 static int linux_fetch_syscall_args(struct thread *td);
116 linux_fetch_syscall_args(struct thread *td) function
435 .sv_fetch_syscall_args = linux_fetch_syscall_args,
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux_sysvec.c107 static int linux_fetch_syscall_args(struct thread *td);
178 linux_fetch_syscall_args(struct thread *td) function
757 .sv_fetch_syscall_args = linux_fetch_syscall_args,
/freebsd-13-stable/sys/i386/linux/
H A Dlinux_sysvec.c759 linux_fetch_syscall_args(struct thread *td) function
865 .sv_fetch_syscall_args = linux_fetch_syscall_args,
904 .sv_fetch_syscall_args = linux_fetch_syscall_args,

Completed in 167 milliseconds