Searched refs:notify_offset (Results 1 – 12 of 12) sorted by relevance
| /tools/libs/ctrl/ |
| 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()
|
| /tools/libs/gnttab/ |
| A D | netbsd.c | 66 uint32_t notify_offset, in osdep_gnttab_grant_map() argument 99 if ( notify_offset < XC_PAGE_SIZE * count ) in osdep_gnttab_grant_map() 101 map.notify.offset = notify_offset; in osdep_gnttab_grant_map() 172 uint32_t notify_offset, in osdep_gntshr_share_pages() argument 200 if ( notify_offset < XC_PAGE_SIZE * count ) in osdep_gntshr_share_pages() 202 alloc.notify.offset = notify_offset; in osdep_gntshr_share_pages()
|
| A D | freebsd.c | 67 uint32_t notify_offset, in osdep_gnttab_grant_map() argument 117 if ( notify_offset < XC_PAGE_SIZE * count ) in osdep_gnttab_grant_map() 119 notify.index += notify_offset; in osdep_gnttab_grant_map() 233 uint32_t notify_offset, in osdep_gntshr_share_pages() argument 269 if ( notify_offset < XC_PAGE_SIZE * count ) in osdep_gntshr_share_pages() 271 notify.index += notify_offset; in osdep_gntshr_share_pages()
|
| A D | gntshr_core.c | 81 uint32_t notify_offset, in xengntshr_share_page_notify() argument 85 notify_offset, notify_port); in xengntshr_share_page_notify()
|
| A D | private.h | 26 uint32_t notify_offset, 54 uint32_t notify_offset,
|
| A D | linux.c | 86 uint32_t notify_offset, in osdep_gnttab_grant_map() argument 153 if (notify_offset < XC_PAGE_SIZE * count) { in osdep_gnttab_grant_map() 154 notify.index += notify_offset; in osdep_gnttab_grant_map() 445 uint32_t notify_offset, in osdep_gntshr_share_pages() argument 478 if (notify_offset < XC_PAGE_SIZE * count) { in osdep_gntshr_share_pages() 479 notify.index += notify_offset; in osdep_gntshr_share_pages()
|
| A D | minios.c | 94 uint32_t notify_offset, in osdep_gnttab_grant_map() argument 102 if (notify_offset != -1 || notify_port != -1) { in osdep_gnttab_grant_map()
|
| A D | gnttab_core.c | 120 uint32_t notify_offset, in xengnttab_map_grant_ref_notify() argument 124 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 | 71 uint32_t notify_offset, in xengnttab_map_grant_ref_notify() argument
|
| /tools/include/ |
| A D | xengnttab.h | 243 uint32_t notify_offset, 448 uint32_t notify_offset,
|
| A D | xenctrl_compat.h | 100 uint32_t notify_offset, 117 uint32_t notify_offset,
|
Completed in 44 milliseconds