Searched refs:notify_offset (Results 1 – 11 of 11) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_gnttab_compat.c | 52 uint32_t notify_offset, in xc_gnttab_map_grant_ref_notify() argument 56 notify_offset, notify_port); in xc_gnttab_map_grant_ref_notify() 91 uint32_t notify_offset, in xc_gntshr_share_page_notify() argument 95 notify_offset, notify_port); in xc_gntshr_share_page_notify()
|
/xen-4.10.0-shim-comet/tools/libs/gnttab/ |
A D | freebsd.c | 68 uint32_t notify_offset, in osdep_gnttab_grant_map() argument 118 if ( notify_offset < PAGE_SIZE * count ) in osdep_gnttab_grant_map() 120 notify.index += notify_offset; in osdep_gnttab_grant_map() 234 uint32_t notify_offset, in osdep_gntshr_share_pages() argument 270 if ( notify_offset < PAGE_SIZE * count ) in osdep_gntshr_share_pages() 272 notify.index += notify_offset; in osdep_gntshr_share_pages()
|
A D | linux.c | 88 uint32_t notify_offset, in osdep_gnttab_grant_map() argument 156 if (notify_offset < PAGE_SIZE * count) { in osdep_gnttab_grant_map() 157 notify.index += notify_offset; in osdep_gnttab_grant_map() 332 uint32_t notify_offset, in osdep_gntshr_share_pages() argument 365 if (notify_offset < PAGE_SIZE * count) { in osdep_gntshr_share_pages() 366 notify.index += notify_offset; in osdep_gntshr_share_pages()
|
A D | private.h | 29 uint32_t notify_offset, 44 uint32_t notify_offset,
|
A D | gntshr_core.c | 75 uint32_t notify_offset, in xengntshr_share_page_notify() argument 79 notify_offset, notify_port); in xengntshr_share_page_notify()
|
A D | minios.c | 64 uint32_t notify_offset, in osdep_gnttab_grant_map() argument 71 if (notify_offset != -1 || notify_port != -1) { in osdep_gnttab_grant_map()
|
A D | gnttab_core.c | 114 uint32_t notify_offset, in xengnttab_map_grant_ref_notify() argument 118 notify_offset, notify_port); in xengnttab_map_grant_ref_notify()
|
A D | gntshr_unimp.c | 43 uint32_t notify_offset, in xengntshr_share_page_notify() argument
|
A D | gnttab_unimp.c | 70 uint32_t notify_offset, in xengnttab_map_grant_ref_notify() argument
|
/xen-4.10.0-shim-comet/tools/libs/gnttab/include/ |
A D | xengnttab.h | 233 uint32_t notify_offset, 370 uint32_t notify_offset,
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl_compat.h | 100 uint32_t notify_offset, 117 uint32_t notify_offset,
|
Completed in 10 milliseconds