Searched refs:compat_get_bitmap (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/kernel/ |
H A 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
|
/openbmc/linux/include/linux/ |
H A D | compat.h | 956 long compat_get_bitmap(unsigned long *mask, const compat_ulong_t __user *umask,
|
/openbmc/linux/fs/ |
H A D | select.c | 1164 return compat_get_bitmap(fdset, ufdset, nr); in compat_get_fd_set()
|
/openbmc/linux/mm/ |
H A D | mempolicy.c | 1374 ret = compat_get_bitmap(mask, in get_bitmap()
|
/openbmc/linux/io_uring/ |
H A D | io_uring.c | 4303 ret = compat_get_bitmap(cpumask_bits(new_mask), in io_register_iowq_aff()
|