Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm64/linux/
H A Dlinux_sysvec.c86 static void linux_exec_setregs(struct thread *td, struct image_params *imgp,
95 LIN_SDT_PROBE_DEFINE0(sysvec, linux_exec_setregs, todo);
320 linux_exec_setregs(struct thread *td, struct image_params *imgp, u_long stack) in linux_exec_setregs() function
325 LIN_SDT_PROBE0(sysvec, linux_exec_setregs, todo); in linux_exec_setregs()
385 .sv_setregs = linux_exec_setregs,
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysvec.c110 static void linux_exec_setregs(struct thread *td,
818 linux_exec_setregs(struct thread *td, struct image_params *imgp, u_long stack) in linux_exec_setregs() function
871 .sv_setregs = linux_exec_setregs,
907 .sv_setregs = linux_exec_setregs,
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysvec.c122 static void linux_exec_setregs(struct thread *td, struct image_params *imgp,
405 linux_exec_setregs(struct thread *td, struct image_params *imgp, u_long stack) in linux_exec_setregs() function
732 .sv_setregs = linux_exec_setregs,
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysvec.c117 static void linux_exec_setregs(struct thread *td,
724 linux_exec_setregs(struct thread *td, struct image_params *imgp, u_long stack) in linux_exec_setregs() function
930 .sv_setregs = linux_exec_setregs,