Home
last modified time | relevance | path

Searched refs:__copy_to_user (Results 1 – 8 of 8) sorted by relevance

/xen/xen/arch/x86/
A Dgdbstub.c42 return __copy_to_user(dest, src, len); in gdb_arch_copy_to_user()
A Dusercopy.c113 n = __copy_to_user(to, from, n); in copy_to_user()
/xen/xen/arch/x86/mm/shadow/
A Dpv.c37 failed = __copy_to_user(p, &new, sizeof(new)); in sh_write_guest_entry()
A Dmulti.c806 if ( __copy_to_user(d, d, sizeof (unsigned long)) != 0 ) in shadow_write_entries()
/xen/xen/include/asm-x86/
A Duaccess.h189 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
A Dguest_access.h31 __copy_to_user((dst), (src), (len)))
A Dpaging.h324 return !__copy_to_user(p, &new, sizeof(new)); in paging_write_guest_entry()
/xen/xen/arch/x86/pv/
A Demul-priv-op.c623 if ( (rc = __copy_to_user((void *)addr, &data, bytes_per_rep)) != 0 ) in rep_ins()

Completed in 26 milliseconds