Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/tools/virtio/linux/
H A Duaccess.h39 static inline int copy_to_user(void __user volatile *to, const void *from, in copy_to_user() function
/openbmc/qemu/linux-user/
H A Duaccess.c73 int copy_to_user(abi_ulong gaddr, void *hptr, ssize_t len) in copy_to_user() function
/openbmc/linux/include/linux/
H A Duaccess.h188 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function