Searched refs:xen_memory_exchange_t (Results 1 – 3 of 3) sorted by relevance
141 typedef struct xen_memory_exchange xen_memory_exchange_t; typedef142 DEFINE_XEN_GUEST_HANDLE(xen_memory_exchange_t);
191 … BUILD_BUG_ON(offsetof(xen_memory_exchange_t, in) > offsetof(xen_memory_exchange_t, out)); in compat_memory_op()
462 static long memory_exchange(XEN_GUEST_HANDLE_PARAM(xen_memory_exchange_t) arg) in memory_exchange()1071 rc = memory_exchange(guest_handle_cast(arg, xen_memory_exchange_t)); in do_memory_op()
Completed in 7 milliseconds