Home
last modified time | relevance | path

Searched refs:buffer_op (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/arch/um/kernel/skas/
Duaccess.c90 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 __copy_from_user()
169 return buffer_op((unsigned long) to, n, 1, copy_chunk_to_user, &from); in __copy_to_user()
197 n = buffer_op((unsigned long) src, count, 0, strncpy_chunk_from_user, in __strncpy_from_user()
218 return buffer_op((unsigned long) mem, len, 1, clear_chunk, NULL); in __clear_user()
241 n = buffer_op((unsigned long) str, len, 0, strnlen_chunk, &count); in __strnlen_user()