Searched refs:xcg (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_gnttab_compat.c | 17 int xc_gnttab_close(xc_gnttab *xcg) in xc_gnttab_close() argument 19 return xengnttab_close(xcg); in xc_gnttab_close() 22 void *xc_gnttab_map_grant_ref(xc_gnttab *xcg, in xc_gnttab_map_grant_ref() argument 30 void *xc_gnttab_map_grant_refs(xc_gnttab *xcg, in xc_gnttab_map_grant_refs() argument 39 void *xc_gnttab_map_domain_grant_refs(xc_gnttab *xcg, in xc_gnttab_map_domain_grant_refs() argument 48 void *xc_gnttab_map_grant_ref_notify(xc_gnttab *xcg, in xc_gnttab_map_grant_ref_notify() argument 59 int xc_gnttab_munmap(xc_gnttab *xcg, in xc_gnttab_munmap() argument 66 int xc_gnttab_set_max_grants(xc_gnttab *xcg, in xc_gnttab_set_max_grants() argument 69 return xengnttab_set_max_grants(xcg, count); in xc_gnttab_set_max_grants() 78 int xc_gntshr_close(xc_gntshr *xcg) in xc_gntshr_close() argument [all …]
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl_compat.h | 81 int xc_gnttab_close(xc_gnttab *xcg); 82 void *xc_gnttab_map_grant_ref(xc_gnttab *xcg, 86 void *xc_gnttab_map_grant_refs(xc_gnttab *xcg, 91 void *xc_gnttab_map_domain_grant_refs(xc_gnttab *xcg, 96 void *xc_gnttab_map_grant_ref_notify(xc_gnttab *xcg, 102 int xc_gnttab_munmap(xc_gnttab *xcg, 105 int xc_gnttab_set_max_grants(xc_gnttab *xcg, 112 int xc_gntshr_close(xc_gntshr *xcg); 113 void *xc_gntshr_share_pages(xc_gntshr *xcg, uint32_t domid, 115 void *xc_gntshr_share_page_notify(xc_gntshr *xcg, uint32_t domid, [all …]
|
/xen-4.10.0-shim-comet/tools/libs/gnttab/ |
A D | gntshr_core.c | 67 void *xengntshr_share_pages(xengntshr_handle *xcg, uint32_t domid, in xengntshr_share_pages() argument 70 return osdep_gntshr_share_pages(xcg, domid, count, refs, writable, -1, -1); in xengntshr_share_pages() 73 void *xengntshr_share_page_notify(xengntshr_handle *xcg, uint32_t domid, in xengntshr_share_page_notify() argument 78 return osdep_gntshr_share_pages(xcg, domid, 1, ref, writable, in xengntshr_share_page_notify()
|
A D | gntshr_unimp.c | 35 void *xengntshr_share_pages(xengntshr_handle *xcg, uint32_t domid, in xengntshr_share_pages() argument 41 void *xengntshr_share_page_notify(xengntshr_handle *xcg, uint32_t domid, in xengntshr_share_page_notify() argument
|
Completed in 10 milliseconds