Searched refs:xc_domain_nr_gpfns (Results 1 – 6 of 6) sorted by relevance
/xen/tools/libxc/ |
A D | xc_core_x86.c | 52 if ( xc_domain_nr_gpfns(xch, info->domid, &p2m_size) < 0 ) in xc_core_arch_memory_map_get() 87 if ( xc_domain_nr_gpfns(xch, info->domid, &dinfo->p2m_size) < 0 ) in xc_core_arch_map_p2m_rw() 214 return xc_domain_nr_gpfns(xch, domid, gpfn); in xc_core_arch_get_scratch_gpfn()
|
A D | xc_core_arm.c | 49 if ( xc_domain_nr_gpfns(xch, info->domid, &p2m_size) < 0 ) in xc_core_arch_memory_map_get()
|
A D | xc_sr_save_x86_hvm.c | 143 if ( xc_domain_nr_gpfns(xch, ctx->domid, &nr_pfns) < 0 ) in x86_hvm_setup()
|
A D | xc_sr_restore.c | 949 if ( xc_domain_nr_gpfns(xch, dom, &nr_pfns) < 0 ) in xc_domain_restore()
|
A D | xc_domain.c | 881 int xc_domain_nr_gpfns(xc_interface *xch, uint32_t domid, xen_pfn_t *gpfns) in xc_domain_nr_gpfns() function
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 1358 int xc_domain_nr_gpfns(xc_interface *xch, uint32_t domid, xen_pfn_t *gpfns);
|
Completed in 15 milliseconds