Searched refs:reservation (Results 1 – 3 of 3) sorted by relevance
151 struct xen_memory_reservation reservation = {0}; in unmap_shared_info() local165 reservation.domid = DOMID_SELF; in unmap_shared_info()166 reservation.extent_order = 0; in unmap_shared_info()167 reservation.address_bits = 0; in unmap_shared_info()168 set_xen_guest_handle(reservation.extent_start, &shared_info_pfn); in unmap_shared_info()169 reservation.nr_extents = nr_exts; in unmap_shared_info()170 if (HYPERVISOR_memory_op(XENMEM_populate_physmap, &reservation) != nr_exts) in unmap_shared_info()
41 possible too (and simpler, as it does not require the reservation of a specific
1009 Define this variable to enable the reservation of
Completed in 14 milliseconds