Searched refs:maps (Results 1 – 12 of 12) sorted by relevance
/xen-4.10.0-shim-comet/xen/xsm/flask/ss/ |
A D | ebitmap.h | 29 unsigned long maps[EBITMAP_UNIT_NUMS]; member 48 ofs = find_first_bit((*n)->maps, EBITMAP_SIZE); in ebitmap_start_positive() 66 ofs = find_next_bit((*n)->maps, EBITMAP_SIZE, bit - (*n)->startbit + 1); in ebitmap_next_positive() 72 ofs = find_first_bit((*n)->maps, EBITMAP_SIZE); in ebitmap_next_positive() 91 if ( (n->maps[index] & (EBITMAP_BIT << ofs)) ) in ebitmap_node_get_bit() 103 n->maps[index] |= (EBITMAP_BIT << ofs); in ebitmap_node_set_bit() 113 n->maps[index] &= ~(EBITMAP_BIT << ofs); in ebitmap_node_clr_bit()
|
A D | ebitmap.c | 32 !memcmp(n1->maps, n2->maps, EBITMAP_SIZE / 8)) in ebitmap_cmp() 60 memcpy(new->maps, n->maps, EBITMAP_SIZE / 8); in ebitmap_cpy() 93 if ( (n1->maps[i] & n2->maps[i]) != n2->maps[i] ) in ebitmap_contains() 145 s = find_first_bit(n->maps, EBITMAP_SIZE); in ebitmap_set_bit() 321 n->maps[index++] = map & (-1UL); in ebitmap_read()
|
/xen-4.10.0-shim-comet/tools/debugger/kdd/ |
A D | kdd-xen.c | 64 void * maps[MAPSIZE]; member 74 if (g->maps[i] != NULL) in flush_maps() 75 munmap(g->maps[i], PAGE_SIZE); in flush_maps() 76 g->maps[i] = NULL; in flush_maps() 498 && g->maps[map_pfn % MAPSIZE] != NULL) { in kdd_access_physical_page() 499 munmap(g->maps[map_pfn % MAPSIZE], PAGE_SIZE); in kdd_access_physical_page() 500 g->maps[map_pfn % MAPSIZE] = NULL; in kdd_access_physical_page() 505 if (g->maps[map_pfn % MAPSIZE] != NULL) in kdd_access_physical_page() 506 map = g->maps[map_pfn % MAPSIZE]; in kdd_access_physical_page() 520 g->maps[map_pfn % MAPSIZE] = map; in kdd_access_physical_page()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_json.c | 241 flexarray_t *maps = NULL; 248 maps = libxl__json_object_get_map(o); 249 size = maps->count * 2; 252 for (i = 0; i < maps->count; i++) { 254 if (flexarray_get(maps, i, (void**)&node) != 0) 590 flexarray_t *maps = NULL; 596 maps = o->u.map; 597 for (idx = 0; idx < maps->count; idx++) { 598 if (flexarray_get(maps, idx, (void**)&node) != 0)
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_dom_x86.c | 97 struct xc_dom_x86_mapping maps[MAPPING_MAX]; member 144 map = domx86->maps + domx86->n_mappings; in count_pgtables() 156 map_cmp = domx86->maps + m; in count_pgtables() 199 map_cmp = domx86->maps + m; in count_pgtables() 356 map = domx86->maps + m; in get_pg_table_x86() 381 map = domx86->maps + m; in get_pg_prot_x86() 405 map1 = domx86->maps + m1; in setup_pgtables_x86() 413 map2 = domx86->maps + m2; in setup_pgtables_x86() 442 l3pfn = domx86->maps[0].lvls[2].pfn; in setup_pgtables_x86_32_pae() 736 start_info->nr_pt_frames = domx86->maps[0].area.pgtables; in start_info_x86_32() [all …]
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | trie.mli | 55 (** [map f t] maps [f] over every values stored in [t]. The return value of [f] is of type 'c option
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | pvcalls.markdown | 450 - maps the grant reference **ref**, the indexes page, see struct 452 - maps all the grant references listed in `struct pvcalls_data_intf` and 665 - backend maps the grant reference **ref**, the indexes page, see struct 667 - backend maps all the grant references listed in `struct 864 below. The backend maps the grant references contiguously. Of the
|
A D | xenstore.txt | 4 Xenstore implements a database which maps filename-like pathnames 32 existing path maps to a possibly empty value, and may also have zero
|
A D | netif-staging-grants.pandoc | 189 [ *Linux-specific*: does a copy for the linear region (<=128 bytes) and maps the 469 maps it can keep. It then grants N entries per queue on both TX and RX ring
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | intel_psr_cat_cdp.pandoc | 386 `cos_ref` is an array which maintains the reference of one COS. It maps
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 99minios | 237 " installed. Any system address range maps are discarded."
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl.cfg.pod.5.in | 311 Specifies which physical node this virtual node maps to.
|
Completed in 19 milliseconds