Home
last modified time | relevance | path

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

/xen/tools/libxc/
A Dxc_domain.c1040 struct xen_add_to_physmap_batch xatp_batch = { in xc_domain_add_to_physmap_batch() local
1056 set_xen_guest_handle(xatp_batch.idxs, idxs); in xc_domain_add_to_physmap_batch()
1057 set_xen_guest_handle(xatp_batch.gpfns, gpfns); in xc_domain_add_to_physmap_batch()
1058 set_xen_guest_handle(xatp_batch.errs, errs); in xc_domain_add_to_physmap_batch()
1061 &xatp_batch, sizeof(xatp_batch)); in xc_domain_add_to_physmap_batch()

Completed in 6 milliseconds