Home
last modified time | relevance | path

Searched refs:xen_guest_handle (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/ia64/xen/
Dxcom_hcall.c170 (xen_guest_handle(setup->frame_list), in xencommize_grant_table_op()
172 sizeof(*xen_guest_handle(setup->frame_list)), in xencommize_grant_table_op()
242 ports = xencomm_map_no_alloc(xen_guest_handle(poll->ports), in xencomm_hypercall_sched_op()
243 sizeof(*xen_guest_handle(poll->ports))); in xencomm_hypercall_sched_op()
332 desc = __xencomm_map_no_alloc(xen_guest_handle(mop->extent_start), in xencommize_memory_reservation()
334 sizeof(*xen_guest_handle(mop->extent_start)), in xencommize_memory_reservation()
359 xen_guest_handle(xmr->extent_start)); in xencomm_hypercall_memory_op()
392 xen_guest_handle(extent_start_va[0])); in xencomm_hypercall_memory_op()
/linux-2.6.39/include/xen/
Dxencomm.h75 #define xen_guest_handle(hnd) ((hnd).p) macro