• Home
  • Raw
  • Download

Lines Matching refs:__user

1323 static int get_nodes(nodemask_t *nodes, const unsigned long __user *nmask,  in get_nodes()
1384 static int copy_nodes_to_user(unsigned long __user *mask, unsigned long maxnode, in copy_nodes_to_user()
1393 if (clear_user((char __user *)mask + nbytes, copy - nbytes)) in copy_nodes_to_user()
1401 unsigned long mode, const unsigned long __user *nmask, in kernel_mbind()
1423 unsigned long, mode, const unsigned long __user *, nmask, in SYSCALL_DEFINE6() argument
1430 static long kernel_set_mempolicy(int mode, const unsigned long __user *nmask, in kernel_set_mempolicy()
1449 SYSCALL_DEFINE3(set_mempolicy, int, mode, const unsigned long __user *, nmask, in SYSCALL_DEFINE3() argument
1456 const unsigned long __user *old_nodes, in kernel_migrate_pages()
1457 const unsigned long __user *new_nodes) in kernel_migrate_pages()
1544 const unsigned long __user *, old_nodes, in SYSCALL_DEFINE4() argument
1545 const unsigned long __user *, new_nodes) in SYSCALL_DEFINE4()
1552 static int kernel_get_mempolicy(int __user *policy, in kernel_get_mempolicy()
1553 unsigned long __user *nmask, in kernel_get_mempolicy()
1581 SYSCALL_DEFINE5(get_mempolicy, int __user *, policy, in SYSCALL_DEFINE5() argument
1582 unsigned long __user *, nmask, unsigned long, maxnode, in SYSCALL_DEFINE5() argument
1590 COMPAT_SYSCALL_DEFINE5(get_mempolicy, int __user *, policy, in COMPAT_SYSCALL_DEFINE5() argument
1591 compat_ulong_t __user *, nmask, in COMPAT_SYSCALL_DEFINE5() argument
1596 unsigned long __user *nm = NULL; in COMPAT_SYSCALL_DEFINE5()
1620 COMPAT_SYSCALL_DEFINE3(set_mempolicy, int, mode, compat_ulong_t __user *, nmask, in COMPAT_SYSCALL_DEFINE3() argument
1623 unsigned long __user *nm = NULL; in COMPAT_SYSCALL_DEFINE3()
1642 compat_ulong_t, mode, compat_ulong_t __user *, nmask, in COMPAT_SYSCALL_DEFINE6() argument
1645 unsigned long __user *nm = NULL; in COMPAT_SYSCALL_DEFINE6()
1665 const compat_ulong_t __user *, old_nodes, in COMPAT_SYSCALL_DEFINE4() argument
1666 const compat_ulong_t __user *, new_nodes) in COMPAT_SYSCALL_DEFINE4()
1668 unsigned long __user *old = NULL; in COMPAT_SYSCALL_DEFINE4()
1669 unsigned long __user *new = NULL; in COMPAT_SYSCALL_DEFINE4()