Home
last modified time | relevance | path

Searched defs:copy_from_user (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/lib/
H A Dlinux_compat.c11 unsigned long copy_from_user(void *dest, const void *src, in copy_from_user() function
/openbmc/qemu/bsd-user/
H A Duaccess.c11 abi_long copy_from_user(void *hptr, abi_ulong gaddr, size_t len) in copy_from_user() function
/openbmc/linux/tools/virtio/linux/
H A Duaccess.h32 static inline int copy_from_user(void *to, const void __user volatile *from, in copy_from_user() function
/openbmc/qemu/linux-user/
H A Duaccess.c59 int copy_from_user(void *hptr, abi_ulong gaddr, ssize_t len) in copy_from_user() function
/openbmc/linux/include/linux/
H A Duaccess.h180 copy_from_user(void *to, const void __user *from, unsigned long n) in copy_from_user() function