Searched refs:linux_pause (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/amd64/linux/ |
H A D | linux_machdep.c | 98 linux_pause(struct thread *td, struct linux_pause_args *args) in linux_pause() function
|
H A D | linux_sysent.c | 51 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_pause, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_th…
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_machdep.c | 391 linux_pause(struct thread *td, struct linux_pause_args *args) in linux_pause() function
|
H A D | linux32_sysent.c | 47 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_pause, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_th…
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysent.c | 46 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_pause, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_th…
|