Home
last modified time | relevance | path

Searched refs:__raw_copy_to_guest (Results 1 – 6 of 6) sorted by relevance

/xen/xen/include/asm-arm/
A Dguest_access.h23 #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 Dguest_access.h28 #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 Dcompat.h102 __raw_copy_to_guest(_d + (off), _s, sizeof(*_s) * (nr)); \
122 __raw_copy_to_guest(_d, _s, sizeof(*_s)); \
/xen/xen/arch/arm/
A Ddomain.c294 __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 Ddomain.c1594 __raw_copy_to_guest(guest_handle, in update_runstate_area()
1615 __raw_copy_to_guest(guest_handle, in update_runstate_area()
A Ddomctl.c433 if ( __raw_copy_to_guest(guest_handle + (i * width), &type, width) ) in arch_do_domctl()

Completed in 12 milliseconds