Home
last modified time | relevance | path

Searched refs:raw_copy_to_guest (Results 1 – 5 of 5) sorted by relevance

/xen/xen/include/asm-arm/
A Dguest_access.h8 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 Dguest_access.h16 #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 Dcompat.h53 raw_copy_to_guest(_d + (off), _s, sizeof(*_s) * (nr)); \
78 raw_copy_to_guest(_d, _s, sizeof(*_s)); \
/xen/xen/arch/arm/
A Dguestcopy.c108 unsigned long raw_copy_to_guest(void *to, const void *from, unsigned len) in raw_copy_to_guest() function
/xen/xen/common/libelf/
A Dlibelf-loader.c164 res = src ? raw_copy_to_guest(dst, src, size) : in elf_memcpy()

Completed in 6 milliseconds