Lines Matching refs:_d_

110 #define XLAT_memory_reservation_HNDL_extent_start(_d_, _s_) \  in compat_memory_op()  argument
115 set_xen_guest_handle((_d_)->extent_start, space - start_extent); \ in compat_memory_op()
133 set_xen_guest_handle((_d_)->extent_start, NULL); \ in compat_memory_op()
192 #define XLAT_memory_reservation_HNDL_extent_start(_d_, _s_) \ in compat_memory_op() argument
195 set_xen_guest_handle((_d_)->extent_start, space - start_extent); \ in compat_memory_op()
292 #define XLAT_add_to_physmap_batch_HNDL_idxs(_d_, _s_) \ in compat_memory_op() argument
293 set_xen_guest_handle((_d_)->idxs, idxs) in compat_memory_op()
294 #define XLAT_add_to_physmap_batch_HNDL_gpfns(_d_, _s_) \ in compat_memory_op() argument
295 set_xen_guest_handle((_d_)->gpfns, gpfns) in compat_memory_op()
296 #define XLAT_add_to_physmap_batch_HNDL_errs(_d_, _s_) \ in compat_memory_op() argument
297 guest_from_compat_handle((_d_)->errs, (_s_)->errs) in compat_memory_op()
330 #define XLAT_mem_access_op_HNDL_pfn_list(_d_, _s_) \ in compat_memory_op() argument
331 guest_from_compat_handle((_d_)->pfn_list, (_s_)->pfn_list) in compat_memory_op()
332 #define XLAT_mem_access_op_HNDL_access_list(_d_, _s_) \ in compat_memory_op() argument
333 guest_from_compat_handle((_d_)->access_list, (_s_)->access_list) in compat_memory_op()
354 #define XLAT_vnuma_topology_info_HNDL_vdistance_h(_d_, _s_) \ in compat_memory_op() argument
355 guest_from_compat_handle((_d_)->vdistance.h, (_s_)->vdistance.h) in compat_memory_op()
356 #define XLAT_vnuma_topology_info_HNDL_vcpu_to_vnode_h(_d_, _s_) \ in compat_memory_op() argument
357 guest_from_compat_handle((_d_)->vcpu_to_vnode.h, (_s_)->vcpu_to_vnode.h) in compat_memory_op()
358 #define XLAT_vnuma_topology_info_HNDL_vmemrange_h(_d_, _s_) \ in compat_memory_op() argument
359 guest_from_compat_handle((_d_)->vmemrange.h, (_s_)->vmemrange.h) in compat_memory_op()