Home
last modified time | relevance | path

Searched refs:linux_msync (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/sys/arm64/linux/
H A Dlinux_sysent.c247 …{ AS(linux_msync_args), (sy_call_t *)linux_msync, AUE_MSYNC, NULL, 0, 0, 0, SY_THR_STATIC }, /* 22…
H A Dlinux_proto.h1238 int linux_msync(struct thread *, struct linux_msync_args *);
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c46 …{ AS(linux_msync_args), (sy_call_t *)linux_msync, AUE_MSYNC, NULL, 0, 0, 0, SY_THR_STATIC }, /* 26…
H A Dlinux_proto.h1263 int linux_msync(struct thread *, struct linux_msync_args *);
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c164 …{ AS(linux_msync_args), (sy_call_t *)linux_msync, AUE_MSYNC, NULL, 0, 0, 0, SY_THR_STATIC }, /* 14…
H A Dlinux32_proto.h1616 int linux_msync(struct thread *, struct linux_msync_args *);
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c164 …{ AS(linux_msync_args), (sy_call_t *)linux_msync, AUE_MSYNC, NULL, 0, 0, 0, SY_THR_STATIC }, /* 14…
H A Dlinux_proto.h1636 int linux_msync(struct thread *, struct linux_msync_args *);
/freebsd-12.1/sys/compat/linux/
H A Dlinux_misc.c663 linux_msync(struct thread *td, struct linux_msync_args *args) in linux_msync() function