Home
last modified time | relevance | path

Searched refs:linux_sys_mprotect_args (Results 1 – 19 of 19) sorted by relevance

/netbsd/src/sys/compat/linux32/common/
Dlinux32_mman.c95 struct linux_sys_mprotect_args ua; in linux32_sys_mprotect()
/netbsd/src/sys/compat/linux/arch/amd64/
Dlinux_syscallargs.h74 struct linux_sys_mprotect_args { struct
1352 int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
Dlinux_sysent.c94 ns(struct linux_sys_mprotect_args),
Dlinux_systrace_args.c105 const struct linux_sys_mprotect_args *p = params; in systrace_args()
/netbsd/src/sys/compat/linux/arch/powerpc/
Dlinux_syscallargs.h420 struct linux_sys_mprotect_args { struct
1542 int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
Dlinux_sysent.c571 ns(struct linux_sys_mprotect_args),
/netbsd/src/sys/compat/linux/arch/i386/
Dlinux_syscallargs.h469 struct linux_sys_mprotect_args { struct
1645 int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
Dlinux_sysent.c579 ns(struct linux_sys_mprotect_args),
Dlinux_systrace_args.c837 const struct linux_sys_mprotect_args *p = params; in systrace_args()
/netbsd/src/sys/compat/linux/arch/m68k/
Dlinux_syscallargs.h450 struct linux_sys_mprotect_args { struct
1618 int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
Dlinux_sysent.c596 ns(struct linux_sys_mprotect_args),
/netbsd/src/sys/compat/linux/arch/arm/
Dlinux_syscallargs.h445 struct linux_sys_mprotect_args { struct
1619 int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
Dlinux_sysent.c574 ns(struct linux_sys_mprotect_args),
Dlinux_systrace_args.c805 const struct linux_sys_mprotect_args *p = params; in systrace_args()
/netbsd/src/sys/compat/linux/arch/alpha/
Dlinux_syscallargs.h178 struct linux_sys_mprotect_args { struct
1528 int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
Dlinux_sysent.c326 ns(struct linux_sys_mprotect_args),
/netbsd/src/sys/compat/linux/arch/mips/
Dlinux_syscallargs.h408 struct linux_sys_mprotect_args { struct
1646 int linux_sys_mprotect(struct lwp *, const struct linux_sys_mprotect_args *, register_t *);
Dlinux_sysent.c562 ns(struct linux_sys_mprotect_args),
/netbsd/src/sys/compat/linux/common/
Dlinux_misc.c632 linux_sys_mprotect(struct lwp *l, const struct linux_sys_mprotect_args *uap, register_t *retval) in linux_sys_mprotect()