Searched refs:raw_copy_to_guest (Results 1 – 5 of 5) sorted by relevance
/xen/xen/include/asm-arm/ |
A D | guest_access.h | 8 unsigned long raw_copy_to_guest(void *to, const void *from, unsigned len); 23 #define __raw_copy_to_guest raw_copy_to_guest 72 raw_copy_to_guest(_d+(off), _s, sizeof(*_s)*(nr)); \ 99 raw_copy_to_guest(_d, _s, sizeof(*_s)); \
|
/xen/xen/include/asm-x86/ |
A D | guest_access.h | 16 #define raw_copy_to_guest(dst, src, len) \ macro 83 raw_copy_to_guest(_d+(off), _s, sizeof(*_s)*(nr)); \ 106 raw_copy_to_guest(_d, _s, sizeof(*_s)); \
|
/xen/xen/include/xen/ |
A D | compat.h | 53 raw_copy_to_guest(_d + (off), _s, sizeof(*_s) * (nr)); \ 78 raw_copy_to_guest(_d, _s, sizeof(*_s)); \
|
/xen/xen/arch/arm/ |
A D | guestcopy.c | 108 unsigned long raw_copy_to_guest(void *to, const void *from, unsigned len) in raw_copy_to_guest() function
|
/xen/xen/common/libelf/ |
A D | libelf-loader.c | 164 res = src ? raw_copy_to_guest(dst, src, size) : in elf_memcpy()
|
Completed in 6 milliseconds