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

/freebsd-13-stable/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);
350 linux_exec_setregs(struct thread *td, struct image_params *imgp, function
357 LIN_SDT_PROBE0(sysvec, linux_exec_setregs, todo);
429 .sv_setregs = linux_exec_setregs,
/freebsd-13-stable/sys/i386/linux/
H A Dlinux_sysvec.c95 static void linux_exec_setregs(struct thread *td,
808 linux_exec_setregs(struct thread *td, struct image_params *imgp, function
859 .sv_setregs = linux_exec_setregs,
898 .sv_setregs = linux_exec_setregs,
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux_sysvec.c108 static void linux_exec_setregs(struct thread *td, struct image_params *imgp,
448 linux_exec_setregs(struct thread *td, struct image_params *imgp, function
751 .sv_setregs = linux_exec_setregs,
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c109 static void linux_exec_setregs(struct thread *td,
690 linux_exec_setregs(struct thread *td, struct image_params *imgp, function
918 .sv_setregs = linux_exec_setregs,

Completed in 120 milliseconds