Lines Matching refs:__user
1559 static int get_bitmap(unsigned long *mask, const unsigned long __user *nmask, in get_bitmap()
1567 (const compat_ulong_t __user *)nmask, in get_bitmap()
1583 static int get_nodes(nodemask_t *nodes, const unsigned long __user *nmask, in get_nodes()
1619 static int copy_nodes_to_user(unsigned long __user *mask, unsigned long maxnode, in copy_nodes_to_user()
1632 if (clear_user((char __user *)mask + nbytes, copy - nbytes)) in copy_nodes_to_user()
1639 return compat_put_bitmap((compat_ulong_t __user *)mask, in copy_nodes_to_user()
1665 unsigned long mode, const unsigned long __user *nmask, in kernel_mbind()
1753 unsigned long, mode, const unsigned long __user *, nmask, in SYSCALL_DEFINE6() argument
1760 static long kernel_set_mempolicy(int mode, const unsigned long __user *nmask, in kernel_set_mempolicy()
1779 SYSCALL_DEFINE3(set_mempolicy, int, mode, const unsigned long __user *, nmask, in SYSCALL_DEFINE3() argument
1786 const unsigned long __user *old_nodes, in kernel_migrate_pages()
1787 const unsigned long __user *new_nodes) in kernel_migrate_pages()
1873 const unsigned long __user *, old_nodes, in SYSCALL_DEFINE4() argument
1874 const unsigned long __user *, new_nodes) in SYSCALL_DEFINE4()
1880 static int kernel_get_mempolicy(int __user *policy, in kernel_get_mempolicy()
1881 unsigned long __user *nmask, in kernel_get_mempolicy()
1909 SYSCALL_DEFINE5(get_mempolicy, int __user *, policy, in SYSCALL_DEFINE5() argument
1910 unsigned long __user *, nmask, unsigned long, maxnode, in SYSCALL_DEFINE5() argument