Searched refs:xc_gntshr (Results 1 – 2 of 2) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_gnttab_compat.c | 72 xc_gntshr *xc_gntshr_open(xentoollog_logger *logger, in xc_gntshr_open() 78 int xc_gntshr_close(xc_gntshr *xcg) in xc_gntshr_close() 83 void *xc_gntshr_share_pages(xc_gntshr *xcg, uint32_t domid, in xc_gntshr_share_pages() 89 void *xc_gntshr_share_page_notify(xc_gntshr *xcg, uint32_t domid, in xc_gntshr_share_page_notify() 98 int xc_gntshr_munmap(xc_gntshr *xcg, void *start_address, uint32_t count) in xc_gntshr_munmap()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl_compat.h | 108 typedef struct xengntdev_handle xc_gntshr; typedef 110 xc_gntshr *xc_gntshr_open(xentoollog_logger *logger, 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, 119 int xc_gntshr_munmap(xc_gntshr *xcg, void *start_address, uint32_t count);
|
Completed in 3 milliseconds