/src/sys/compat/linux32/common/ |
linux32_mman.c | 95 struct linux_sys_mprotect_args ua;
|
/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 *);
|
linux_sysent.c | 1080 ns(struct linux_sys_mprotect_args),
|
linux_systrace_args.c | 1658 const struct linux_sys_mprotect_args *p = params;
|
/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 *);
|
linux_sysent.c | 326 ns(struct linux_sys_mprotect_args),
|
/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 *);
|
linux_sysent.c | 94 ns(struct linux_sys_mprotect_args),
|
linux_systrace_args.c | 105 const struct linux_sys_mprotect_args *p = params;
|
/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 *);
|
linux_sysent.c | 574 ns(struct linux_sys_mprotect_args),
|
linux_systrace_args.c | 805 const struct linux_sys_mprotect_args *p = params;
|
/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 *);
|
linux_sysent.c | 579 ns(struct linux_sys_mprotect_args),
|
linux_systrace_args.c | 837 const struct linux_sys_mprotect_args *p = params;
|
/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 *);
|
linux_sysent.c | 596 ns(struct linux_sys_mprotect_args),
|
/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 *);
|
linux_sysent.c | 562 ns(struct linux_sys_mprotect_args),
|
/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 *);
|
linux_sysent.c | 571 ns(struct linux_sys_mprotect_args),
|
/src/sys/compat/linux/common/ |
linux_misc.c | 632 linux_sys_mprotect(struct lwp *l, const struct linux_sys_mprotect_args *uap, register_t *retval)
|