Searched refs:copy_struct_from_user (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/linux-user/ |
| H A D | qemu.h | 327 int copy_struct_from_user(void *dst, size_t ksize, abi_ptr src, size_t usize);
|
| H A D | strace.c | 3615 copy_struct_from_user(&how, sizeof(how), arg2, arg3) == 0) { in print_openat2()
|
| H A D | syscall.c | 617 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()
|