Searched refs:__raw_copy_to_guest (Results 1 – 6 of 6) sorted by relevance
/xen/xen/include/asm-arm/ |
A D | guest_access.h | 23 #define __raw_copy_to_guest raw_copy_to_guest macro 123 __raw_copy_to_guest(_d+(off), _s, sizeof(*_s)*(nr));\ 140 __raw_copy_to_guest(_d, _s, sizeof(*_s)); \
|
/xen/xen/include/asm-x86/ |
A D | guest_access.h | 28 #define __raw_copy_to_guest(dst, src, len) \ macro 135 __raw_copy_to_guest(_d+(off), _s, sizeof(*_s)*(nr));\ 153 __raw_copy_to_guest(_d, _s, sizeof(*_s)); \
|
/xen/xen/include/xen/ |
A D | compat.h | 102 __raw_copy_to_guest(_d + (off), _s, sizeof(*_s) * (nr)); \ 122 __raw_copy_to_guest(_d, _s, sizeof(*_s)); \
|
/xen/xen/arch/arm/ |
A D | domain.c | 294 __raw_copy_to_guest(guest_handle, in update_runstate_area() 305 __raw_copy_to_guest(guest_handle, in update_runstate_area()
|
/xen/xen/arch/x86/ |
A D | domain.c | 1594 __raw_copy_to_guest(guest_handle, in update_runstate_area() 1615 __raw_copy_to_guest(guest_handle, in update_runstate_area()
|
A D | domctl.c | 433 if ( __raw_copy_to_guest(guest_handle + (i * width), &type, width) ) in arch_do_domctl()
|
Completed in 12 milliseconds