Lines Matching refs:host_start
45 node.host_start = (uintptr_t) h; in lookup_host()
151 void *h = k->host_start + offset; in acc_free()
152 size_t h_size = k->host_end - k->host_start; in acc_free()
269 offset = h - n->host_start; in acc_deviceptr()
311 h = n->host_start + offset; in acc_hostptr()
343 if (n && ((uintptr_t)h < n->host_start in acc_is_present()
345 || s > n->host_end - n->host_start)) in acc_is_present()
450 size_t host_size = n->host_end - n->host_start; in acc_unmap_data()
452 if (n->host_start != (uintptr_t) h) in acc_unmap_data()
456 (void *) n->host_start, (int) host_size, (void *) h); in acc_unmap_data()
513 - n->host_start); in goacc_map_var_existing()
673 if ((uintptr_t) h < n->host_start || (uintptr_t) h + s > n->host_end)
675 size_t host_size = n->host_end - n->host_start;
678 (void *) h, (int) s, (void *) n->host_start, (int) host_size);
712 + (uintptr_t) h - n->host_start);
872 + (uintptr_t) h - n->host_start); in update_dev_host()
929 cur_node.host_start = (uintptr_t) hostaddr; in acc_attach_async()
930 cur_node.host_end = cur_node.host_start + sizeof (void *); in acc_attach_async()
965 cur_node.host_start = (uintptr_t) hostaddr; in goacc_detach_internal()
966 cur_node.host_end = cur_node.host_start + sizeof (void *); in goacc_detach_internal()
1113 cur_node.host_start = (uintptr_t) hostaddrs[j]; in goacc_enter_data_internal()
1114 cur_node.host_end = cur_node.host_start + sizes[j]; in goacc_enter_data_internal()
1119 || n2->host_start - n->host_start in goacc_enter_data_internal()
1126 "it", (void *) cur_node.host_start, in goacc_enter_data_internal()
1248 cur_node.host_start = hostaddr; in goacc_exit_data_internal()
1249 cur_node.host_end = cur_node.host_start + sizeof (void *); in goacc_exit_data_internal()
1286 cur_node.host_start = (uintptr_t) hostaddrs[i]; in goacc_exit_data_internal()
1287 cur_node.host_end = cur_node.host_start + size; in goacc_exit_data_internal()