Searched refs:xc_dom_gnttab_seed (Results 1 – 5 of 5) sorted by relevance
/xen/tools/libxc/ |
A D | xc_dom_boot.c | 392 int xc_dom_gnttab_seed(xc_interface *xch, uint32_t guest_domid, in xc_dom_gnttab_seed() function 438 return xc_dom_gnttab_seed(dom->xch, dom->guest_domid, is_hvm, in xc_dom_gnttab_init()
|
A D | xc_sr_restore_x86_hvm.c | 228 rc = xc_dom_gnttab_seed(xch, ctx->domid, true, in x86_hvm_stream_complete()
|
A D | xc_sr_restore_x86_pv.c | 1137 rc = xc_dom_gnttab_seed(xch, ctx->domid, false, in x86_pv_stream_complete()
|
/xen/tools/libxc/include/ |
A D | xc_dom.h | 337 int xc_dom_gnttab_seed(xc_interface *xch, uint32_t guest_domid,
|
/xen/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 713 if ( xc_dom_gnttab_seed(self->xc_handle, dom, true, in pyxc_gnttab_hvm_seed()
|
Completed in 17 milliseconds