/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 1031 struct linux_sys_mprotect_args { struct 1557 int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 178 struct linux_sys_mprotect_args { struct 1528 int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
|
/src/sys/compat/linux/arch/amd64/ |
linux_syscallargs.h | 74 struct linux_sys_mprotect_args { struct 1352 int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
|
/src/sys/compat/linux/arch/arm/ |
linux_syscallargs.h | 445 struct linux_sys_mprotect_args { struct 1619 int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
|
/src/sys/compat/linux/arch/i386/ |
linux_syscallargs.h | 469 struct linux_sys_mprotect_args { struct 1645 int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
|
/src/sys/compat/linux/arch/m68k/ |
linux_syscallargs.h | 450 struct linux_sys_mprotect_args { struct 1618 int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
|
/src/sys/compat/linux/arch/mips/ |
linux_syscallargs.h | 408 struct linux_sys_mprotect_args { struct 1646 int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
|
/src/sys/compat/linux/arch/powerpc/ |
linux_syscallargs.h | 420 struct linux_sys_mprotect_args { struct 1542 int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
|