Searched refs:compat_get_bitmap (Results 1 – 5 of 5) sorted by relevance
| /kernel/linux/linux-5.10/kernel/ |
| D | compat.c | 121 return compat_get_bitmap(k, user_mask_ptr, len * 8); in compat_get_user_cpu_mask() 193 long compat_get_bitmap(unsigned long *mask, const compat_ulong_t __user *umask, in compat_get_bitmap() function
|
| /kernel/linux/linux-5.10/mm/ |
| D | mempolicy.c | 1679 if (compat_get_bitmap(bm, nmask, nr_bits)) in COMPAT_SYSCALL_DEFINE3() 1701 if (compat_get_bitmap(nodes_addr(bm), nmask, nr_bits)) in COMPAT_SYSCALL_DEFINE6() 1725 if (compat_get_bitmap(nodes_addr(tmp_mask), old_nodes, nr_bits)) in COMPAT_SYSCALL_DEFINE4() 1734 if (compat_get_bitmap(nodes_addr(tmp_mask), new_nodes, nr_bits)) in COMPAT_SYSCALL_DEFINE4()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | compat.h | 401 long compat_get_bitmap(unsigned long *mask, const compat_ulong_t __user *umask,
|
| /kernel/linux/linux-5.10/fs/ |
| D | select.c | 1163 return compat_get_bitmap(fdset, ufdset, nr); in compat_get_fd_set()
|
| /kernel/linux/linux-5.10/io_uring/ |
| D | io_uring.c | 10700 ret = compat_get_bitmap(cpumask_bits(new_mask), in io_register_iowq_aff()
|