Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Duaccess.h348 copy_struct_from_user(void *dst, size_t ksize, const void __user *src, in copy_struct_from_user() function
/openbmc/qemu/linux-user/
H A Dsyscall.c612 int copy_struct_from_user(void *dst, size_t ksize, abi_ptr src, size_t usize) in copy_struct_from_user() function