Searched refs:xmml (Results 1 – 2 of 2) sorted by relevance
159 struct xen_machphys_mfn_list xmml = { in x86_pv_map_m2p()165 &xmml, sizeof(xmml)); in x86_pv_map_m2p()166 if ( rc || xmml.nr_extents != 1 ) in x86_pv_map_m2p()
420 struct xen_machphys_mfn_list xmml = { in xc_machphys_mfn_list() local430 set_xen_guest_handle(xmml.extent_start, extent_start); in xc_machphys_mfn_list()431 rc = xc_memory_op(xch, XENMEM_machphys_mfn_list, &xmml, sizeof(xmml)); in xc_machphys_mfn_list()432 if (rc || xmml.nr_extents != max_extents) in xc_machphys_mfn_list()
Completed in 9 milliseconds