Searched refs:linux_exec_setregs (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/arm64/linux/
H A Dlinux_sysvec.c81 static void linux_exec_setregs(struct thread *td, struct image_params *imgp,
90 LIN_SDT_PROBE_DEFINE0(sysvec, linux_exec_setregs, todo);
315 linux_exec_setregs(struct thread *td, struct image_params *imgp, u_long stack) function
320 LIN_SDT_PROBE0(sysvec, linux_exec_setregs, todo);
380 .sv_setregs = linux_exec_setregs,
/freebsd-12-stable/sys/i386/linux/
H A Dlinux_sysvec.c96 static void linux_exec_setregs(struct thread *td,
768 linux_exec_setregs(struct thread *td, struct image_params *imgp, u_long stack) function
821 .sv_setregs = linux_exec_setregs,
857 .sv_setregs = linux_exec_setregs,
/freebsd-12-stable/sys/amd64/linux/
H A Dlinux_sysvec.c107 static void linux_exec_setregs(struct thread *td, struct image_params *imgp,
396 linux_exec_setregs(struct thread *td, struct image_params *imgp, u_long stack) function
700 .sv_setregs = linux_exec_setregs,
/freebsd-12-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c108 static void linux_exec_setregs(struct thread *td,
679 linux_exec_setregs(struct thread *td, struct image_params *imgp, u_long stack) function
882 .sv_setregs = linux_exec_setregs,

Completed in 467 milliseconds