Searched refs:linux_exec_setregs (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/arm64/linux/ |
| H A D | linux_sysvec.c | 82 static void linux_exec_setregs(struct thread *td, struct image_params *imgp, 91 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 352 LIN_SDT_PROBE0(sysvec, linux_exec_setregs, todo); in linux_exec_setregs() 410 .sv_setregs = linux_exec_setregs,
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_sysvec.c | 95 static void linux_exec_setregs(struct thread *td, 808 linux_exec_setregs(struct thread *td, struct image_params *imgp, in linux_exec_setregs() function 859 .sv_setregs = linux_exec_setregs, 896 .sv_setregs = linux_exec_setregs,
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_sysvec.c | 108 static void linux_exec_setregs(struct thread *td, struct image_params *imgp, 448 linux_exec_setregs(struct thread *td, struct image_params *imgp, in linux_exec_setregs() function 771 .sv_setregs = linux_exec_setregs,
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux32_sysvec.c | 109 static void linux_exec_setregs(struct thread *td, 690 linux_exec_setregs(struct thread *td, struct image_params *imgp, in linux_exec_setregs() function 916 .sv_setregs = linux_exec_setregs,
|