Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/kernel/skas/
H A Duaccess.c153 static int copy_chunk_to_user(unsigned long to, int len, void *arg) in copy_chunk_to_user() function
164 return buffer_op((unsigned long) to, n, 1, copy_chunk_to_user, &from); in raw_copy_to_user()