Home
last modified time | relevance | path

Searched defs:copy_to_user (Results 1 – 2 of 2) sorted by relevance

/qemu/bsd-user/
H A Duaccess.c26 abi_long copy_to_user(abi_ulong gaddr, void *hptr, size_t len) in copy_to_user() function
/qemu/linux-user/
H A Duaccess.c73 int copy_to_user(abi_ulong gaddr, void *hptr, ssize_t len) in copy_to_user() function