Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dstrace.c3690 copy_struct_from_user(&how, sizeof(how), arg2, arg3) == 0) { in print_openat2()
H A Dsyscall.c631 int copy_struct_from_user(void *dst, size_t ksize, abi_ptr src, size_t usize) in copy_struct_from_user() function
8824 ret = copy_struct_from_user(&how, sizeof(how), guest_open_how, guest_size); in do_openat2()