Home
last modified time | relevance | path

Searched refs:reservation (Results 1 – 3 of 3) sorted by relevance

/u-boot/drivers/xen/
A Dhypervisor.c151 struct xen_memory_reservation reservation = {0}; in unmap_shared_info() local
165 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()
/u-boot/doc/develop/
A Dglobal_data.rst41 possible too (and simpler, as it does not require the reservation of a specific
/u-boot/
A DREADME1009 Define this variable to enable the reservation of

Completed in 14 milliseconds