Searched refs:compat_get_bitmap (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/kernel/ | 
| D | compat.c | 209 	return compat_get_bitmap(k, user_mask_ptr, len * 8);  in compat_get_user_cpu_mask()281 long compat_get_bitmap(unsigned long *mask, const compat_ulong_t __user *umask,  in compat_get_bitmap()  function
 
 | 
| /Linux-v5.4/mm/ | 
| D | mempolicy.c | 1635 		if (compat_get_bitmap(bm, nmask, nr_bits))  in COMPAT_SYSCALL_DEFINE3()1657 		if (compat_get_bitmap(nodes_addr(bm), nmask, nr_bits))  in COMPAT_SYSCALL_DEFINE6()
 1681 		if (compat_get_bitmap(nodes_addr(tmp_mask), old_nodes, nr_bits))  in COMPAT_SYSCALL_DEFINE4()
 1690 		if (compat_get_bitmap(nodes_addr(tmp_mask), new_nodes, nr_bits))  in COMPAT_SYSCALL_DEFINE4()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | compat.h | 419 long compat_get_bitmap(unsigned long *mask, const compat_ulong_t __user *umask,
 | 
| /Linux-v5.4/fs/ | 
| D | select.c | 1144 		return compat_get_bitmap(fdset, ufdset, nr);  in compat_get_fd_set()
 |