Searched refs:linux_exec_setregs (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/arm64/linux/ |
| H A D | linux_sysvec.c | 91 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 D | linux_sysvec.c | 95 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 D | linux_sysvec.c | 108 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 D | linux32_sysvec.c | 109 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,
|