Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dmemory.c981 struct xen_memory_reservation reservation; in do_memory_op() local
992 if ( copy_from_guest(&reservation, arg, 1) ) in do_memory_op()
999 if ( unlikely(start_extent >= reservation.nr_extents) ) in do_memory_op()
1002 d = rcu_lock_domain_by_any_id(reservation.domid); in do_memory_op()
1007 if ( construct_memop_from_reservation(&reservation, &args) ) in do_memory_op()
1017 && (reservation.mem_flags & XENMEMF_populate_on_demand) ) in do_memory_op()
1245 if ( copy_from_guest(&reservation, arg, 1) ) in do_memory_op()
1248 if ( !guest_handle_is_null(reservation.extent_start) ) in do_memory_op()
1251 if ( reservation.extent_order != 0 ) in do_memory_op()
1254 if ( reservation.mem_flags != 0 ) in do_memory_op()
[all …]
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_domain.c937 struct xen_memory_reservation reservation = { in xc_domain_increase_reservation() local
951 set_xen_guest_handle(reservation.extent_start, extent_start); in xc_domain_increase_reservation()
953 err = do_memory_op(xch, XENMEM_increase_reservation, &reservation, sizeof(reservation)); in xc_domain_increase_reservation()
995 struct xen_memory_reservation reservation = { in xc_domain_decrease_reservation() local
1014 set_xen_guest_handle(reservation.extent_start, extent_start); in xc_domain_decrease_reservation()
1016 err = do_memory_op(xch, XENMEM_decrease_reservation, &reservation, sizeof(reservation)); in xc_domain_decrease_reservation()
1113 struct xen_memory_reservation reservation = { in xc_domain_claim_pages() local
1122 err = do_memory_op(xch, XENMEM_claim_pages, &reservation, sizeof(reservation)); in xc_domain_claim_pages()
1138 struct xen_memory_reservation reservation = { in xc_domain_populate_physmap() local
1150 set_xen_guest_handle(reservation.extent_start, extent_start); in xc_domain_populate_physmap()
[all …]
/xen-4.10.0-shim-comet/xen/include/xen/
A Dkexec.h49 void machine_kexec_reserved(xen_kexec_reserve_t *reservation);
/xen-4.10.0-shim-comet/docs/misc/
A Dqemu-deprivilege.txt8 This requires the reservation of 65535 uids from xen-qemuuser-domid1
A Dxen-command-line.markdown519 Specify sizes and optionally placement of the crash kernel reservation
677 `max:<size>` also sets the maximum reservation (the maximum amount of
679 reservation is unlimited.
/xen-4.10.0-shim-comet/docs/man/
A Dxl.conf.pod.5156 stale the moment it is printed. When claim is enabled a reservation for
162 If the reservation cannot be meet the guest creation fails immediately
A Dxl.pod.1.in406 in the hypervisor. It can't be set lower than the current reservation, but
908 When a claim call is done (see L<xl.conf>) a reservation for a specific
/xen-4.10.0-shim-comet/docs/features/
A Dsched_rtds.pandoc91 * set the scheduling parameters such as it has a 50% reservation, with

Completed in 16 milliseconds