| /xen/tools/libs/gnttab/ |
| A D | freebsd.c | 66 uint32_t *domids, uint32_t *refs, in osdep_gnttab_grant_map() argument 82 map.refs = malloc(refs_size); in osdep_gnttab_grant_map() 85 map.refs = mmap(NULL, refs_size, PROT_READ | PROT_WRITE, in osdep_gnttab_grant_map() 87 if ( map.refs == MAP_FAILED ) in osdep_gnttab_grant_map() 96 map.refs[i].domid = domids[i * domids_stride]; in osdep_gnttab_grant_map() 97 map.refs[i].ref = refs[i]; in osdep_gnttab_grant_map() 152 munmap(map.refs, refs_size); in osdep_gnttab_grant_map() 154 free(map.refs); in osdep_gnttab_grant_map() 232 uint32_t *refs, int writable, in osdep_gntshr_share_pages() argument 288 memcpy(refs, gref_info.gref_ids, count * sizeof(uint32_t)); in osdep_gntshr_share_pages() [all …]
|
| A D | gnttab_core.c | 100 uint32_t *refs, in xengnttab_map_grant_refs() argument 103 return osdep_gnttab_grant_map(xgt, count, 0, prot, domids, refs, -1, -1); in xengnttab_map_grant_refs() 109 uint32_t *refs, in xengnttab_map_domain_grant_refs() argument 113 prot, &domid, refs, -1, -1); in xengnttab_map_domain_grant_refs() 141 const uint32_t *refs, uint32_t *fd) in xengnttab_dmabuf_exp_from_refs() argument 144 refs, fd); in xengnttab_dmabuf_exp_from_refs() 154 uint32_t fd, uint32_t count, uint32_t *refs) in xengnttab_dmabuf_imp_to_refs() argument 156 return osdep_gnttab_dmabuf_imp_to_refs(xgt, domid, fd, count, refs); in xengnttab_dmabuf_imp_to_refs()
|
| A D | netbsd.c | 65 uint32_t *domids, uint32_t *refs, in osdep_gnttab_grant_map() argument 78 map.refs = malloc(refs_size); in osdep_gnttab_grant_map() 82 map.refs[i].domid = domids[i * domids_stride]; in osdep_gnttab_grant_map() 83 map.refs[i].ref = refs[i]; in osdep_gnttab_grant_map() 119 free(map.refs); in osdep_gnttab_grant_map() 171 uint32_t *refs, int writable, in osdep_gntshr_share_pages() argument 220 memcpy(refs, alloc.gref_ids, count * sizeof(uint32_t)); in osdep_gntshr_share_pages() 239 const uint32_t *refs, in osdep_gnttab_dmabuf_exp_from_refs() argument 252 uint32_t fd, uint32_t count, uint32_t *refs) in osdep_gnttab_dmabuf_imp_to_refs() argument
|
| A D | linux.c | 85 uint32_t *domids, uint32_t *refs, in osdep_gnttab_grant_map() argument 91 unsigned int map_size = sizeof(*map) + (count - 1) * sizeof(map->refs[0]); in osdep_gnttab_grant_map() 116 map->refs[i].domid = domids[i * domids_stride]; in osdep_gnttab_grant_map() 117 map->refs[i].ref = refs[i]; in osdep_gnttab_grant_map() 311 const uint32_t *refs, in osdep_gnttab_dmabuf_exp_from_refs() argument 324 (count - 1) * sizeof(from_refs->refs[0])); in osdep_gnttab_dmabuf_exp_from_refs() 335 memcpy(from_refs->refs, refs, count * sizeof(from_refs->refs[0])); in osdep_gnttab_dmabuf_exp_from_refs() 387 (count - 1) * sizeof(to_refs->refs[0])); in osdep_gnttab_dmabuf_imp_to_refs() 404 memcpy(refs, to_refs->refs, count * sizeof(*refs)); in osdep_gnttab_dmabuf_imp_to_refs() 444 uint32_t *refs, int writable, in osdep_gntshr_share_pages() argument [all …]
|
| A D | gnttab_unimp.c | 52 uint32_t *refs, in xengnttab_map_grant_refs() argument 61 uint32_t *refs, in xengnttab_map_domain_grant_refs() argument 91 const uint32_t *refs, uint32_t *fd) in xengnttab_dmabuf_exp_from_refs() argument 103 uint32_t fd, uint32_t count, uint32_t *refs) in xengnttab_dmabuf_imp_to_refs() argument
|
| A D | private.h | 25 uint32_t *domids, uint32_t *refs, 37 const uint32_t *refs, uint32_t *fd); 44 uint32_t *refs); 53 uint32_t *refs, int writable,
|
| A D | minios.c | 92 uint32_t *domids, uint32_t *refs, in osdep_gnttab_grant_map() argument 106 refs, prot & PROT_WRITE); in osdep_gnttab_grant_map() 146 const uint32_t *refs, uint32_t *fd) in osdep_gnttab_dmabuf_exp_from_refs() argument 159 uint32_t *refs) in osdep_gnttab_dmabuf_imp_to_refs() argument
|
| A D | gntshr_core.c | 74 int count, uint32_t *refs, int writable) in xengntshr_share_pages() argument 76 return osdep_gntshr_share_pages(xcg, domid, count, refs, writable, -1, -1); in xengntshr_share_pages()
|
| A D | gntshr_unimp.c | 36 int count, uint32_t *refs, int writable) in xengntshr_share_pages() argument
|
| /xen/tools/libs/ctrl/ |
| A D | xc_gnttab_compat.c | 33 uint32_t *refs, in xc_gnttab_map_grant_refs() argument 36 return xengnttab_map_grant_refs(xcg, count, domids, refs, prot); in xc_gnttab_map_grant_refs() 42 uint32_t *refs, in xc_gnttab_map_domain_grant_refs() argument 45 return xengnttab_map_domain_grant_refs(xcg, count, domid, refs, prot); in xc_gnttab_map_domain_grant_refs() 84 int count, uint32_t *refs, int writable) in xc_gntshr_share_pages() argument 86 return xengntshr_share_pages(xcg, domid, count, refs, writable); in xc_gntshr_share_pages()
|
| /xen/tools/include/ |
| A D | xengnttab.h | 195 uint32_t *refs, 215 uint32_t *refs, 329 const uint32_t *refs, uint32_t *fd); 350 uint32_t fd, uint32_t count, uint32_t *refs); 432 int count, uint32_t *refs, int writable);
|
| A D | xenctrl_compat.h | 89 uint32_t *refs, 94 uint32_t *refs, 114 int count, uint32_t *refs, int writable);
|
| /xen/tools/include/xen-sys/Linux/ |
| A D | gntdev.h | 61 struct ioctl_gntdev_grant_ref refs[1]; member 218 uint32_t refs[1]; member 260 uint32_t refs[1]; member
|
| /xen/tools/xenstored/ |
| A D | talloc.c | 98 struct talloc_reference_handle *refs; member 191 tc->refs = NULL; in _talloc() 247 _TLIST_REMOVE(tc2->refs, handle); in talloc_reference_destructor() 277 _TLIST_ADD(tc->refs, handle); in talloc_reference() 300 for (h=tc->refs;h;h=h->next) { in talloc_unreference() 313 _TLIST_REMOVE(tc->refs, h); in talloc_unreference() 351 if (tc_p->refs == NULL) { in talloc_unlink() 520 if (tc->child->refs) { in talloc_free_children() 558 if (tc->refs) { in talloc_free() 636 if (tc->refs) { in _talloc_realloc() [all …]
|
| /xen/tools/tests/resource/ |
| A D | test-resource.c | 32 uint32_t refs[nr_frames], domids[nr_frames]; in test_gnttab() local 76 refs[i] = gref; in test_gnttab() 85 grants = xengnttab_map_grant_refs(gh, nr_frames, domids, refs, in test_gnttab()
|
| /xen/tools/include/xen-sys/FreeBSD/ |
| A D | gntdev.h | 170 struct ioctl_gntdev_grant_ref *refs; member
|
| /xen/automation/eclair_analysis/ECLAIR/ |
| A D | action.settings | 43 # Extract the branch name from "refs/heads/<branch>" 44 ref="${GITHUB_REF#refs/heads/}"
|
| /xen/docs/ |
| A D | support-matrix-generate | 97 refs/*)
|
| /xen/tools/ |
| A D | Rules.mk | 176 CFLAGS-$(CONFIG_X86_32) += $(call cc-option,$(CC),-mno-tls-direct-seg-refs)
|
| /xen/stubdom/grub.patches/ |
| A D | 61btrfs.diff | 440 + __le32 refs; 531 + __le32 refs; 538 + * this is used for both forward and backward root refs 713 + * root refs make a fast index for listing all of the snapshots and 1006 +BTRFS_SETGET_FUNCS(extent_refs, struct btrfs_extent_item, refs, 32); 1008 + refs, 32); 1201 +BTRFS_SETGET_FUNCS(disk_root_refs, struct btrfs_root_item, refs, 32); 1210 +BTRFS_SETGET_STACK_FUNCS(root_refs, struct btrfs_root_item, refs, 32);
|