Searched refs:buffer_op (Results 1 – 1 of 1) sorted by relevance
/linux/arch/um/kernel/skas/ |
H A D | uaccess.c | 95 static long buffer_op(unsigned long addr, int len, int is_write, in buffer_op() function 149 return buffer_op((unsigned long) from, n, 0, copy_chunk_from_user, &to); in raw_copy_from_user() 164 return buffer_op((unsigned long) to, n, 1, copy_chunk_to_user, &from); in raw_copy_to_user() 189 n = buffer_op((unsigned long) src, count, 0, strncpy_chunk_from_user, in strncpy_from_user() 205 return buffer_op((unsigned long) mem, len, 1, clear_chunk, NULL); in __clear_user() 227 n = buffer_op((unsigned long) str, len, 0, strnlen_chunk, &count); in strnlen_user()
|