Searched refs:extent_start (Results 1 – 6 of 6) sorted by relevance
| /tools/libs/ctrl/ |
| A D | xc_domain.c | 890 …DECLARE_HYPERCALL_BOUNCE(extent_start, nr_extents * sizeof(*extent_start), XC_HYPERCALL_BUFFER_BOU… in xc_domain_increase_reservation() 899 if ( xc_hypercall_bounce_pre(xch, extent_start) ) in xc_domain_increase_reservation() 905 set_xen_guest_handle(reservation.extent_start, extent_start); in xc_domain_increase_reservation() 909 xc_hypercall_bounce_post(xch, extent_start); in xc_domain_increase_reservation() 948 …DECLARE_HYPERCALL_BOUNCE(extent_start, nr_extents * sizeof(*extent_start), XC_HYPERCALL_BUFFER_BOU… in xc_domain_decrease_reservation() 956 if ( extent_start == NULL ) in xc_domain_decrease_reservation() 968 set_xen_guest_handle(reservation.extent_start, extent_start); in xc_domain_decrease_reservation() 972 xc_hypercall_bounce_post(xch, extent_start); in xc_domain_decrease_reservation() 1102 …DECLARE_HYPERCALL_BOUNCE(extent_start, nr_extents * sizeof(*extent_start), XC_HYPERCALL_BUFFER_BOU… in xc_domain_populate_physmap() 1115 set_xen_guest_handle(reservation.extent_start, extent_start); in xc_domain_populate_physmap() [all …]
|
| A D | xc_private.c | 416 xen_pfn_t *extent_start) in xc_machphys_mfn_list() argument 419 …DECLARE_HYPERCALL_BOUNCE(extent_start, max_extents * sizeof(xen_pfn_t), XC_HYPERCALL_BUFFER_BOUNCE… in xc_machphys_mfn_list() 424 if ( xc_hypercall_bounce_pre(xch, extent_start) ) in xc_machphys_mfn_list() 430 set_xen_guest_handle(xmml.extent_start, extent_start); in xc_machphys_mfn_list() 437 xc_hypercall_bounce_post(xch, extent_start); in xc_machphys_mfn_list()
|
| /tools/libs/guest/ |
| A D | xg_offline_page.c | 407 xen_pfn_t *extent_start; in xc_map_m2p() local 414 extent_start = calloc(m2p_chunks, sizeof(xen_pfn_t)); in xc_map_m2p() 415 if ( !extent_start ) in xc_map_m2p() 421 if ( xc_machphys_mfn_list(xch, m2p_chunks, extent_start) ) in xc_map_m2p() 435 entries[i].mfn = extent_start[i]; in xc_map_m2p() 452 free(extent_start); in xc_map_m2p()
|
| A D | xg_sr_common_x86_pv.c | 161 .extent_start = { &ctx->x86.pv.compat_m2p_mfn0 }, in x86_pv_map_m2p()
|
| /tools/include/ |
| A D | xenctrl.h | 1163 xen_pfn_t *extent_start); 1269 xen_pfn_t *extent_start); 1276 xen_pfn_t *extent_start); 1282 xen_pfn_t *extent_start); 1288 xen_pfn_t *extent_start); 1314 xen_pfn_t *extent_start); 1321 xen_pfn_t *extent_start);
|
| /tools/firmware/hvmloader/ |
| A D | util.c | 351 set_xen_guest_handle(xmr.extent_start, &mfn); in mem_hole_populate_ram()
|
Completed in 19 milliseconds