Home
last modified time | relevance | path

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

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