Home
last modified time | relevance | path

Searched refs:_d_ (Results 1 – 9 of 9) sorted by relevance

/xen/xen/common/compat/
A Dmemory.c112 #define XLAT_memory_reservation_HNDL_extent_start(_d_, _s_) \ in compat_memory_op() argument
194 #define XLAT_memory_reservation_HNDL_extent_start(_d_, _s_) \ in compat_memory_op() argument
294 #define XLAT_add_to_physmap_batch_HNDL_idxs(_d_, _s_) \ in compat_memory_op() argument
295 set_xen_guest_handle((_d_)->idxs, idxs) in compat_memory_op()
296 #define XLAT_add_to_physmap_batch_HNDL_gpfns(_d_, _s_) \ in compat_memory_op() argument
297 set_xen_guest_handle((_d_)->gpfns, gpfns) in compat_memory_op()
298 #define XLAT_add_to_physmap_batch_HNDL_errs(_d_, _s_) \ in compat_memory_op() argument
299 guest_from_compat_handle((_d_)->errs, (_s_)->errs) in compat_memory_op()
356 #define XLAT_vnuma_topology_info_HNDL_vdistance_h(_d_, _s_) \ in compat_memory_op() argument
360 #define XLAT_vnuma_topology_info_HNDL_vmemrange_h(_d_, _s_) \ in compat_memory_op() argument
[all …]
A Dgrant_table.c161 #define XLAT_gnttab_setup_table_HNDL_frame_list(_d_, _s_) \ in compat_grant_table_op() argument
162 set_xen_guest_handle((_d_)->frame_list, (unsigned long *)(nat.setup + 1)) in compat_grant_table_op()
172 #define XLAT_gnttab_setup_table_HNDL_frame_list(_d_, _s_) \ in compat_grant_table_op() argument
180 if ( __copy_to_compat_offset((_d_)->frame_list, \ in compat_grant_table_op()
291 #define XLAT_gnttab_get_status_frames_HNDL_frame_list(_d_, _s_) \ in compat_grant_table_op() argument
292 set_xen_guest_handle((_d_)->frame_list, (uint64_t *)(nat.get_status + 1)) in compat_grant_table_op()
301 #define XLAT_gnttab_get_status_frames_HNDL_frame_list(_d_, _s_) \ in compat_grant_table_op() argument
309 if ( __copy_to_compat_offset((_d_)->frame_list, \ in compat_grant_table_op()
/xen/xen/arch/x86/x86_64/
A Dcpu_idle.c54 #define XLAT_processor_cx_HNDL_dp(_d_, _s_) do { \ in copy_from_compat_state() argument
57 guest_from_compat_handle((_d_)->dp, (_s_)->dp); \ in copy_from_compat_state()
77 #define XLAT_processor_power_HNDL_states(_d_, _s_) do { \ in compat_set_cx_pminfo() argument
104 set_xen_guest_handle((_d_)->states, xen_states); \ in compat_set_cx_pminfo()
A Dcpufreq.c46 #define XLAT_processor_performance_HNDL_states(_d_, _s_) do { \ in compat_set_px_pminfo() argument
49 guest_from_compat_handle((_d_)->states, (_s_)->states); \ in compat_set_px_pminfo()
/xen/xen/arch/x86/x86_64/compat/
A Dmm.c30 #define XLAT_memory_map_HNDL_buffer(_d_, _s_) \ in compat_arch_memory_op() argument
31 guest_from_compat_handle((_d_)->buffer, (_s_)->buffer) in compat_arch_memory_op()
49 #define XLAT_memory_map_HNDL_buffer(_d_, _s_) \ in compat_arch_memory_op() argument
50 guest_from_compat_handle((_d_)->buffer, (_s_)->buffer) in compat_arch_memory_op()
58 #define XLAT_memory_map_HNDL_buffer(_d_, _s_) ((void)0) in compat_arch_memory_op() argument
261 #define XLAT_mmuext_op_HNDL_arg2_vcpumask(_d_, _s_) \ in compat_mmuext_op() argument
262 guest_from_compat_handle((_d_)->arg2.vcpumask, (_s_)->arg2.vcpumask) in compat_mmuext_op()
/xen/xen/common/sched/
A Dcompat.c29 #define XLAT_sched_poll_HNDL_ports(_d_, _s_) \ in compat_poll() argument
30 guest_from_compat_handle((_d_)->ports, (_s_)->ports) in compat_poll()
/xen/xen/arch/x86/hvm/
A Ddm.c758 #define XLAT_dm_op_buf_HNDL_h(_d_, _s_) \ in compat_dm_op() argument
759 guest_from_compat_handle((_d_)->h, (_s_)->h) in compat_dm_op()
A Dhvm.c4910 #define XLAT_hvm_altp2m_set_mem_access_multi_HNDL_pfn_list(_d_, _s_); \ in compat_altp2m_op() argument
4911 guest_from_compat_handle((_d_)->pfn_list, (_s_)->pfn_list) in compat_altp2m_op()
4912 #define XLAT_hvm_altp2m_set_mem_access_multi_HNDL_access_list(_d_, _s_); \ in compat_altp2m_op() argument
4913 guest_from_compat_handle((_d_)->access_list, (_s_)->access_list) in compat_altp2m_op()
/xen/xen/common/
A Dargo.c2264 #define XLAT_argo_iov_HNDL_iov_hnd(_d_, _s_) \ in compat_argo_op() argument
2265 guest_from_compat_handle((_d_)->iov_hnd, (_s_)->iov_hnd) in compat_argo_op()

Completed in 24 milliseconds