/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | target.c | 136 gomp_map_lookup (splay_tree mem_map, splay_tree_key key) in gomp_map_lookup() argument 139 return splay_tree_lookup (mem_map, key); in gomp_map_lookup() 142 splay_tree_key n = splay_tree_lookup (mem_map, key); in gomp_map_lookup() 147 n = splay_tree_lookup (mem_map, key); in gomp_map_lookup() 151 return splay_tree_lookup (mem_map, key); in gomp_map_lookup() 155 gomp_map_0len_lookup (splay_tree mem_map, splay_tree_key key) in gomp_map_0len_lookup() argument 158 return splay_tree_lookup (mem_map, key); in gomp_map_0len_lookup() 161 splay_tree_key n = splay_tree_lookup (mem_map, key); in gomp_map_0len_lookup() 404 struct splay_tree_s *mem_map = &devicep->mem_map; in gomp_map_pointer() local 420 splay_tree_key n = gomp_map_lookup (mem_map, &cur_node); in gomp_map_pointer() [all …]
|
H A D | oacc-mem.c | 48 key = splay_tree_lookup (&dev->mem_map, &node); in lookup_host() 80 lookup_dev (splay_tree mem_map, void *d, size_t s) in lookup_dev() argument 82 if (!mem_map || !mem_map->root) in lookup_dev() 85 return lookup_dev_1 (mem_map->root, (uintptr_t) d, s); in lookup_dev() 148 if ((k = lookup_dev (&acc_dev->mem_map, d, 1))) in acc_free() 301 n = lookup_dev (&acc_dev->mem_map, d, 1); in acc_hostptr() 395 if (lookup_dev (&thr->dev->mem_map, d, s)) in acc_map_data() 931 n = splay_tree_lookup (&acc_dev->mem_map, &cur_node); in acc_attach_async() 939 gomp_attach_pointer (acc_dev, aq, &acc_dev->mem_map, n, (uintptr_t) hostaddr, in acc_attach_async() 967 n = splay_tree_lookup (&acc_dev->mem_map, &cur_node); in goacc_detach_internal() [all …]
|
H A D | oacc-host.c | 285 .mem_map = { NULL },
|
H A D | oacc-init.c | 395 while (walk->dev->mem_map.root) in acc_shutdown_1() 397 splay_tree_key k = &walk->dev->mem_map.root->key; in acc_shutdown_1()
|
H A D | libgomp.h | 1130 struct splay_tree_s mem_map; member
|
H A D | oacc-parallel.c | 264 tgt_fn_key = splay_tree_lookup (&acc_dev->mem_map, &k); in GOACC_parallel_keyed()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
H A D | sancov.py | 138 mem_map = [] 146 mem_map.append((int(parts[0], 16), 150 mem_map.sort(key=lambda m : m[0]) 151 mem_map_keys = [m[0] for m in mem_map] 160 mem_map_pcs = [[] for i in range(0, len(mem_map))] 165 (start, end, base, module_path) = mem_map[map_idx] 172 for ((start, end, base, module_path), pc_list) in zip(mem_map, mem_map_pcs):
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | target.c | 166 gomp_map_lookup (splay_tree mem_map, splay_tree_key key) in gomp_map_lookup() argument 169 return splay_tree_lookup (mem_map, key); in gomp_map_lookup() 172 splay_tree_key n = splay_tree_lookup (mem_map, key); in gomp_map_lookup() 177 n = splay_tree_lookup (mem_map, key); in gomp_map_lookup() 181 return splay_tree_lookup (mem_map, key); in gomp_map_lookup() 185 gomp_map_0len_lookup (splay_tree mem_map, splay_tree_key key) in gomp_map_0len_lookup() argument 188 return splay_tree_lookup (mem_map, key); in gomp_map_0len_lookup() 191 splay_tree_key n = splay_tree_lookup (mem_map, key); in gomp_map_0len_lookup() 643 struct splay_tree_s *mem_map = &devicep->mem_map; in gomp_map_pointer() local 659 splay_tree_key n = gomp_map_lookup (mem_map, &cur_node); in gomp_map_pointer() [all …]
|
H A D | oacc-mem.c | 48 key = splay_tree_lookup (&dev->mem_map, &node); in lookup_host() 80 lookup_dev (splay_tree mem_map, void *d, size_t s) in lookup_dev() argument 82 if (!mem_map || !mem_map->root) in lookup_dev() 85 return lookup_dev_1 (mem_map->root, (uintptr_t) d, s); in lookup_dev() 148 if ((k = lookup_dev (&acc_dev->mem_map, d, 1))) in acc_free() 301 n = lookup_dev (&acc_dev->mem_map, d, 1); in acc_hostptr() 395 if (lookup_dev (&thr->dev->mem_map, d, s)) in acc_map_data() 931 n = splay_tree_lookup (&acc_dev->mem_map, &cur_node); in acc_attach_async() 939 gomp_attach_pointer (acc_dev, aq, &acc_dev->mem_map, n, (uintptr_t) hostaddr, in acc_attach_async() 967 n = splay_tree_lookup (&acc_dev->mem_map, &cur_node); in goacc_detach_internal() [all …]
|
H A D | oacc-host.c | 285 .mem_map = { NULL },
|
H A D | oacc-init.c | 395 while (walk->dev->mem_map.root) in acc_shutdown_1() 397 splay_tree_key k = &walk->dev->mem_map.root->key; in acc_shutdown_1()
|
H A D | oacc-parallel.c | 264 tgt_fn_key = splay_tree_lookup (&acc_dev->mem_map, &k); in GOACC_parallel_keyed()
|
H A D | libgomp.h | 1248 struct splay_tree_s mem_map; member
|
H A D | ChangeLog | 12323 * libgomp.h (target_mem_desc: Remove mem_map field. 12366 * target.c (gomp_map_vars): Don't set tgt->mem_map. 12367 (gomp_unmap_vars): Use devicep->mem_map pointer not tgt->mem_map. 12411 (struct target_mem_desc): Change type of mem_map from 12415 Change type of mem_map from gomp_memory_mapping to splay_tree_s. 12422 get_table_func, mem_map.is_initialized, mem_map.splay_tree.root, 12424 Initialize load_image_func, unload_image_func, mem_map.root. 12425 (goacc_host_init): Do not initialize host_dispatch.mem_map.lock. 12427 (acc_shutdown_1): Use dev's lock and splay_tree instead of mem_map's. 12431 (acc_deviceptr): Pass dev to lookup_host instead of mem_map. [all …]
|
/netbsd-src/sys/dev/pcmcia/ |
H A D | pcmciachip.h | 67 int (*mem_map)(pcmcia_chipset_handle_t, int, bus_addr_t, member 106 ((*(tag)->mem_map)((handle), (kind), (card_addr), (size), (pcmhp), \
|
/netbsd-src/sys/arch/prep/prep/ |
H A D | residual.c | 303 MEM_MAP *mem_map; in print_residual_device_info() local 444 mem_map = res->Segs; in print_residual_device_info() 449 l = be32toh(mem_map[i].Usage); in print_residual_device_info() 460 be32toh(mem_map[i].BasePage)); in print_residual_device_info() 461 pc = be32toh(mem_map[i].PageCount); in print_residual_device_info()
|
/netbsd-src/sys/arch/hpcmips/vr/ |
H A D | vrecu.c | 81 .mem_map = pcic_chip_mem_map,
|
/netbsd-src/sys/arch/evbsh3/ap_ms104_sh4/ |
H A D | shpcmcia.c | 91 .mem_map = shpcmcia_chip_mem_map,
|