| /src/external/gpl3/gcc.old/dist/libgomp/ |
| target.c | 197 gomp_device_copy (struct gomp_device_descr *devicep, 203 if (!copy_func (devicep->target_id, dstaddr, srcaddr, size)) 205 gomp_mutex_unlock (&devicep->lock); 212 goacc_device_copy_async (struct gomp_device_descr *devicep, 220 if (!copy_func (devicep->target_id, dstaddr, srcaddr, size, aq)) 222 gomp_mutex_unlock (&devicep->lock); 344 gomp_copy_host2dev (struct gomp_device_descr *devicep, 364 goacc_device_copy_async (devicep, devicep->openacc.async.host2dev_func, 368 devicep->openacc.async.queue_callback_func (aq, free, h_buf) 642 struct gomp_device_descr *devicep = tgt->device_descr; local 692 struct gomp_device_descr *devicep = tgt->device_descr; local 1891 struct gomp_device_descr *devicep = tgt->device_descr; local 2304 struct gomp_device_descr *devicep = &devices[i]; local 2349 struct gomp_device_descr *devicep = &devices[i]; local 2567 struct gomp_device_descr *devicep = resolve_device (device); local 2626 struct gomp_device_descr *devicep = resolve_device (device); local 2793 struct gomp_device_descr *devicep = resolve_device (device); local 2812 struct gomp_device_descr *devicep = resolve_device (device); local 2843 struct gomp_device_descr *devicep = resolve_device (device); local 2858 struct gomp_device_descr *devicep = resolve_device (device); local 3051 struct gomp_device_descr *devicep = resolve_device (device); local 3167 struct gomp_device_descr *devicep = ttask->devicep; local 3290 struct gomp_device_descr *devicep = resolve_device (device_num); local 3319 struct gomp_device_descr *devicep = resolve_device (device_num); local 3347 struct gomp_device_descr *devicep = resolve_device (device_num); local 3581 struct gomp_device_descr *devicep = resolve_device (device_num); local 3644 struct gomp_device_descr *devicep = resolve_device (device_num); local 3827 struct gomp_device_descr *devicep = &devices[i]; local [all...] |
| oacc-async.c | 429 goacc_async_free (struct gomp_device_descr *devicep, 435 devicep->openacc.async.queue_callback_func (aq, free, ptr); 439 DEVICEP. TODO DEVICEP must be locked on entry, and remains locked on 443 goacc_init_asyncqueues (struct gomp_device_descr *devicep) 445 devicep->openacc.async.nasyncqueue = 0; 446 devicep->openacc.async.asyncqueue = NULL; 447 devicep->openacc.async.active = NULL; 448 gomp_mutex_init (&devicep->openacc.async.lock); 451 /* This function finalizes the asyncqueues for the device specified by DEVICEP [all...] |
| task.c | 715 gomp_create_target_task (struct gomp_device_descr *devicep, 798 ttask->devicep = devicep; 887 if (devicep != NULL 888 && (devicep->capabilities & GOMP_OFFLOAD_CAP_OPENMP_400))
|
| libgomp.h | 647 struct gomp_device_descr *devicep; member in struct:gomp_target_task
|
| /src/external/gpl3/gcc/dist/libgomp/ |
| target.c | 237 gomp_device_copy (struct gomp_device_descr *devicep, 243 if (!copy_func (devicep->target_id, dstaddr, srcaddr, size)) 245 gomp_mutex_unlock (&devicep->lock); 252 goacc_device_copy_async (struct gomp_device_descr *devicep, 260 if (!copy_func (devicep->target_id, dstaddr, srcaddr, size, aq)) 262 gomp_mutex_unlock (&devicep->lock); 384 gomp_copy_host2dev (struct gomp_device_descr *devicep, 405 gomp_mutex_unlock (&devicep->lock); 437 goacc_device_copy_async (devicep, devicep->openacc.async.host2dev_func 689 struct gomp_device_descr *devicep = tgt->device_descr; local 739 struct gomp_device_descr *devicep = tgt->device_descr; local 2036 struct gomp_device_descr *devicep = tgt->device_descr; local 2652 struct gomp_device_descr *devicep = &devices[i]; local 2709 struct gomp_device_descr *devicep = &devices[i]; local 2934 struct gomp_device_descr *devicep = resolve_device (device, true); local 3007 struct gomp_device_descr *devicep = resolve_device (device, true); local 3442 struct gomp_device_descr *devicep = resolve_device (dev_num, false); local 3883 struct gomp_device_descr *devicep = resolve_device (device, true); local 3902 struct gomp_device_descr *devicep = resolve_device (device, true); local 3933 struct gomp_device_descr *devicep = resolve_device (device, true); local 3948 struct gomp_device_descr *devicep = resolve_device (device, true); local 4141 struct gomp_device_descr *devicep = resolve_device (device, true); local 4261 struct gomp_device_descr *devicep = ttask->devicep; local 4383 struct gomp_device_descr *devicep = resolve_device (device_num, false); local 4407 struct gomp_device_descr *devicep = resolve_device (device_num, false); local 4430 struct gomp_device_descr *devicep = resolve_device (device_num, false); local 4924 struct gomp_device_descr *devicep = resolve_device (device_num, false); local 4981 struct gomp_device_descr *devicep = resolve_device (device_num, false); local 5021 struct gomp_device_descr *devicep = resolve_device (device_num, false); local 5057 struct gomp_device_descr *devicep = resolve_device (device_num, false); local 5074 struct gomp_device_descr *devicep = resolve_device (device_num, false); local 5222 struct gomp_device_descr *devicep = &devices[i]; local [all...] |
| oacc-async.c | 426 goacc_async_free (struct gomp_device_descr *devicep, 432 devicep->openacc.async.queue_callback_func (aq, free, ptr); 436 DEVICEP. TODO DEVICEP must be locked on entry, and remains locked on 440 goacc_init_asyncqueues (struct gomp_device_descr *devicep) 442 devicep->openacc.async.nasyncqueue = 0; 443 devicep->openacc.async.asyncqueue = NULL; 444 devicep->openacc.async.active = NULL; 445 gomp_mutex_init (&devicep->openacc.async.lock); 448 /* This function finalizes the asyncqueues for the device specified by DEVICEP [all...] |
| task.c | 868 gomp_create_target_task (struct gomp_device_descr *devicep, 951 ttask->devicep = devicep; 1040 if (devicep != NULL 1041 && (devicep->capabilities & GOMP_OFFLOAD_CAP_OPENMP_400))
|
| libgomp.h | 756 struct gomp_device_descr *devicep; member in struct:gomp_target_task
|
| /src/sys/arch/arm/ixp12x0/ |
| ixp12x0_pci.c | 144 ixp12x0_pci_decompose_tag(void *v, pcitag_t tag, int *busp, int *devicep, int *functionp) 148 v, tag, (int)busp, (int)devicep, (int)functionp); 153 if (devicep != NULL) 154 *devicep = (tag >> 11) & 0x1f;
|
| /src/sys/arch/arm/footbridge/ |
| footbridge_pci.c | 158 footbridge_pci_decompose_tag(void *pcv, pcitag_t tag, int *busp, int *devicep, int *functionp) 162 pcv, (uint32_t)tag, busp, devicep, functionp); 167 if (devicep != NULL) 168 *devicep = (tag >> 11) & 0x1f;
|
| /src/sys/arch/arm/xscale/ |
| ixp425_pci.c | 137 ixp425_pci_decompose_tag(void *v, pcitag_t tag, int *busp, int *devicep, 142 v, tag, (int)busp, (int)devicep, (int)functionp); 146 if (devicep != NULL) 147 *devicep = (tag >> 11) & 0x1f;
|
| /src/sys/arch/evbarm/ifpga/ |
| ifpga_pci.c | 185 ifpga_pci_decompose_tag(void *pcv, pcitag_t tag, int *busp, int *devicep, 190 "fp=%p)\n", pcv, tag, busp, devicep, functionp); 195 if (devicep != NULL) 196 *devicep = (tag >> 11) & 0x1f;
|