Home
last modified time | relevance | path

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

/freebsd-13.1/sys/arm64/linux/
H A Dlinux_sysvec.c91 static void linux_exec_setregs(struct thread *td, struct image_params *imgp,
99 LIN_SDT_PROBE_DEFINE0(sysvec, linux_exec_setregs, todo);
346 linux_exec_setregs(struct thread *td, struct image_params *imgp, in linux_exec_setregs() function
353 LIN_SDT_PROBE0(sysvec, linux_exec_setregs, todo); in linux_exec_setregs()
417 .sv_setregs = linux_exec_setregs,
/freebsd-13.1/sys/i386/linux/
H A Dlinux_sysvec.c95 static void linux_exec_setregs(struct thread *td,
804 linux_exec_setregs(struct thread *td, struct image_params *imgp, in linux_exec_setregs() function
856 .sv_setregs = linux_exec_setregs,
896 .sv_setregs = linux_exec_setregs,
/freebsd-13.1/sys/amd64/linux/
H A Dlinux_sysvec.c108 static void linux_exec_setregs(struct thread *td, struct image_params *imgp,
444 linux_exec_setregs(struct thread *td, struct image_params *imgp, in linux_exec_setregs() function
747 .sv_setregs = linux_exec_setregs,
/freebsd-13.1/sys/amd64/linux32/
H A Dlinux32_sysvec.c109 static void linux_exec_setregs(struct thread *td,
687 linux_exec_setregs(struct thread *td, struct image_params *imgp, in linux_exec_setregs() function
911 .sv_setregs = linux_exec_setregs,