Searched refs:linux_exec_setregs (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/arm64/linux/ |
| H A D | linux_sysvec.c | 101 static void linux_exec_setregs(struct thread *td, struct image_params *imgp, 168 linux_exec_setregs(struct thread *td, struct image_params *imgp, in linux_exec_setregs() function 448 .sv_setregs = linux_exec_setregs,
|
| /freebsd/sys/i386/linux/ |
| H A D | linux_sysvec.c | 102 static void linux_exec_setregs(struct thread *td, 565 linux_exec_setregs(struct thread *td, struct image_params *imgp, in linux_exec_setregs() function 596 .sv_setregs = linux_exec_setregs, 640 .sv_setregs = linux_exec_setregs,
|
| /freebsd/sys/amd64/linux/ |
| H A D | linux_sysvec.c | 108 static void linux_exec_setregs(struct thread *td, struct image_params *imgp, 235 linux_exec_setregs(struct thread *td, struct image_params *imgp, in linux_exec_setregs() function 699 .sv_setregs = linux_exec_setregs,
|
| /freebsd/sys/amd64/linux32/ |
| H A D | linux32_sysvec.c | 105 static void linux_exec_setregs(struct thread *td, 570 linux_exec_setregs(struct thread *td, struct image_params *imgp, in linux_exec_setregs() function 799 .sv_setregs = linux_exec_setregs,
|