Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_private.c392 uint64_t *pfn_buf, in xc_get_pfn_list() argument
396 DECLARE_HYPERCALL_BOUNCE(pfn_buf, max_pfns * sizeof(*pfn_buf), XC_HYPERCALL_BUFFER_BOUNCE_OUT); in xc_get_pfn_list()
399 if ( xc_hypercall_bounce_pre(xch, pfn_buf) ) in xc_get_pfn_list()
408 set_xen_guest_handle(domctl.u.getmemlist.buffer, pfn_buf); in xc_get_pfn_list()
412 xc_hypercall_bounce_post(xch, pfn_buf); in xc_get_pfn_list()
/xen-4.10.0-shim-comet/tools/libxc/include/
A Dxenctrl.h1527 int xc_get_pfn_list(xc_interface *xch, uint32_t domid, uint64_t *pfn_buf,

Completed in 8 milliseconds