Searched refs:linux_exec_setregs (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysvec.c | 86 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 D | linux_sysvec.c | 110 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 D | linux_sysvec.c | 122 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 D | linux32_sysvec.c | 117 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,
|