Home
last modified time | relevance | path

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

/xen/xen/common/
A Dmemory.c1189 struct xen_memory_reservation reservation; in do_memory_op() local
1200 if ( copy_from_guest(&reservation, arg, 1) ) in do_memory_op()
1207 if ( unlikely(start_extent >= reservation.nr_extents) ) in do_memory_op()
1210 d = rcu_lock_domain_by_any_id(reservation.domid); in do_memory_op()
1215 if ( construct_memop_from_reservation(&reservation, &args) ) in do_memory_op()
1225 && (reservation.mem_flags & XENMEMF_populate_on_demand) ) in do_memory_op()
1455 if ( copy_from_guest(&reservation, arg, 1) ) in do_memory_op()
1458 if ( !guest_handle_is_null(reservation.extent_start) ) in do_memory_op()
1461 if ( reservation.extent_order != 0 ) in do_memory_op()
1464 if ( reservation.mem_flags != 0 ) in do_memory_op()
[all …]
/xen/tools/libxc/
A Dxc_domain.c900 struct xen_memory_reservation reservation = { in xc_domain_increase_reservation() local
914 set_xen_guest_handle(reservation.extent_start, extent_start); in xc_domain_increase_reservation()
916 err = do_memory_op(xch, XENMEM_increase_reservation, &reservation, sizeof(reservation)); in xc_domain_increase_reservation()
958 struct xen_memory_reservation reservation = { in xc_domain_decrease_reservation() local
977 set_xen_guest_handle(reservation.extent_start, extent_start); in xc_domain_decrease_reservation()
979 err = do_memory_op(xch, XENMEM_decrease_reservation, &reservation, sizeof(reservation)); in xc_domain_decrease_reservation()
1087 struct xen_memory_reservation reservation = { in xc_domain_claim_pages() local
1096 err = do_memory_op(xch, XENMEM_claim_pages, &reservation, sizeof(reservation)); in xc_domain_claim_pages()
1112 struct xen_memory_reservation reservation = { in xc_domain_populate_physmap() local
1124 set_xen_guest_handle(reservation.extent_start, extent_start); in xc_domain_populate_physmap()
[all …]
/xen/xen/include/xen/
A Dkexec.h49 void machine_kexec_reserved(xen_kexec_reserve_t *reservation);
/xen/docs/man/
A Dxl.conf.5.pod166 stale the moment it is printed. When claim is enabled a reservation for
172 If the reservation cannot be meet the guest creation fails immediately
A Dxl.1.pod.in955 When a claim call is done (see L<xl.conf(5)>) a reservation for a specific
/xen/docs/features/
A Dsched_rtds.pandoc91 * set the scheduling parameters such as it has a 50% reservation, with
/xen/docs/misc/
A Dxen-command-line.pandoc590 Specify sizes and optionally placement of the crash kernel reservation
869 `max:<sz>` also sets the maximum reservation (the maximum amount of
871 reservation is unlimited.

Completed in 19 milliseconds