/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
kfd_mqd_manager.c | 107 int i, se, sh, cu = 0; local in function:mqd_symmetrically_map_cu_mask 128 se_mask[se] |= 1 << cu; 134 cu++; 136 } while (cu >= cu_per_se[se] && cu < 32);
|
kfd_crat.c | 69 /* TCP L1 Cache per CU */ 103 /* TCP L1 Cache per CU */ 151 struct crat_subtype_computeunit *cu) 153 dev->node_props.cpu_cores_count = cu->num_cpu_cores; 154 dev->node_props.cpu_core_id_base = cu->processor_id_low; 155 if (cu->hsa_capability & CRAT_CU_FLAGS_IOMMU_PRESENT) 158 pr_debug("CU CPU: cores=%d id_base=%d\n", cu->num_cpu_cores, 159 cu->processor_id_low); 163 struct crat_subtype_computeunit *cu) 435 struct crat_subtype_computeunit *cu; local in function:kfd_parse_subtype 1157 struct crat_subtype_computeunit *cu; local in function:kfd_create_vcrat_image_gpu [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_ras_eeprom.h | 76 unsigned char cu; member in union:eeprom_table_record::__anon76fad6fc020a
|
amdgpu_gfx.c | 152 unsigned se, sh, cu; local in function:amdgpu_gfx_parse_disable_cu 163 int ret = sscanf(p, "%u.%u.%u", &se, &sh, &cu); 169 if (se < max_se && sh < max_sh && cu < 16) { 170 DRM_INFO("amdgpu: disabling CU %u.%u.%u\n", se, sh, cu); 171 mask[se * max_sh + sh] |= 1u << cu; 174 se, sh, cu);
|
amdgpu_debugfs.c | 98 * Bits 44..53: The INSTANCE (or CU/WGP) or QUEUE selector if needed 694 * Bits 23..30: CU/{WGP+SIMD} selector 708 uint32_t offset, se, sh, cu, wave, simd, data[32]; local in function:amdgpu_debugfs_wave_read 717 cu = (*pos & GENMASK_ULL(30, 23)) >> 23; 725 /* switch to the specific se/sh/cu */ 727 amdgpu_gfx_select_se_sh(adev, se, sh, cu); 772 * Bits 28..35: CU/{WGP+SIMD} selector 787 uint32_t offset, se, sh, cu, wave, simd, thread, bank, *data; local in function:amdgpu_debugfs_gpr_read 796 cu = (*pos & GENMASK_ULL(35, 28)) >> 28; 810 /* switch to the specific se/sh/cu */ [all...] |
/src/usr.bin/sed/ |
main.c | 495 struct s_compunit *cu; local in function:add_compunit 497 cu = xmalloc(sizeof(struct s_compunit)); 498 cu->type = type; 499 cu->s = s; 500 cu->next = NULL; 501 *cu_nextp = cu; 502 cu_nextp = &cu->next;
|
/src/lib/libc/rpc/ |
clnt_dg.c | 168 struct cu_data *cu = NULL; /* private data */ local in function:clnt_dg_create 241 cu = malloc(sizeof (*cu) + sendsz + recvsz); 242 if (cu == NULL) 244 memset(cu, 0, sizeof(*cu)); 245 (void) memcpy(&cu->cu_raddr, svcaddr->buf, (size_t)svcaddr->len); 246 cu->cu_rlen = svcaddr->len; 247 cu->cu_outbuf = &cu->cu_inbuf[recvsz] 318 struct cu_data *cu; local in function:clnt_dg_call 509 struct cu_data *cu; local in function:clnt_dg_geterr 521 struct cu_data *cu; local in function:clnt_dg_freeres 555 struct cu_data *cu; local in function:clnt_dg_control 695 struct cu_data *cu; local in function:clnt_dg_destroy [all...] |
/src/lib/libedit/ |
tty.c | 1198 size_t len = 0, st = 0, cu; local in function:tty_stty 1220 cu = strlen(m->m_name) + (x != '\0') + 1; 1222 if (len + cu >= 1226 len = st + cu; 1228 len += cu;
|
/src/sys/dev/sbus/ |
zx.c | 369 struct fbcursor *cu; local in function:zxioctl 447 cu = (struct fbcursor *)data; 448 v = cu->set; 451 if ((u_int)cu->size.x > 32 || (u_int)cu->size.y > 32) 453 count = cu->size.y * 4; 454 rv = copyin(cu->mask, curbits[0], count); 457 rv = copyin(cu->image, curbits[1], count); 462 if (cu->enable) 469 sc->sc_curpos = cu->pos [all...] |
/src/sys/net/ |
bridgestp.c | 216 struct bstp_config_unit *cu) 244 bpdu.cbu_bpdutype = cu->cu_message_type; 245 bpdu.cbu_flags = (cu->cu_topology_change ? BSTP_FLAG_TC : 0) | 246 (cu->cu_topology_change_acknowledgment ? BSTP_FLAG_TCA : 0); 248 bpdu.cbu_rootpri = htons(cu->cu_rootid >> 48); 249 bpdu.cbu_rootaddr[0] = cu->cu_rootid >> 40; 250 bpdu.cbu_rootaddr[1] = cu->cu_rootid >> 32; 251 bpdu.cbu_rootaddr[2] = cu->cu_rootid >> 24; 252 bpdu.cbu_rootaddr[3] = cu->cu_rootid >> 16; 253 bpdu.cbu_rootaddr[4] = cu->cu_rootid >> 8 593 struct bstp_config_unit cu; local in function:bstp_input [all...] |
/src/sys/dev/pci/voyager/ |
voyagerfb.c | 509 struct wsdisplay_cursor *cu; local in function:voyagerfb_ioctl 511 cu = (struct wsdisplay_cursor *)data; 512 return voyagerfb_gcursor(sc, cu); 517 struct wsdisplay_cursor *cu; local in function:voyagerfb_ioctl 519 cu = (struct wsdisplay_cursor *)data; 520 return voyagerfb_scursor(sc, cu);
|
/src/bin/sh/ |
eval.c | 1840 int u, s, cu, cs; local in function:timescmd 1849 cu = conv_time(tms.tms_cutime, cus, sizeof(cus)); 1853 u, us, s, ss, cu, cus, cs, css);
|
/src/sys/arch/sgimips/dev/ |
crmfb.c | 541 struct wsdisplay_cursor *cu; local in function:crmfb_ioctl 543 cu = (struct wsdisplay_cursor *)data; 544 return crmfb_gcursor(sc, cu); 548 struct wsdisplay_cursor *cu; local in function:crmfb_ioctl 550 cu = (struct wsdisplay_cursor *)data; 551 return crmfb_scursor(sc, cu);
|
/src/sys/dev/usb/ |
uaudio.c | 261 const struct usb_audio_clksrc_unit *cu; member in union:io_terminal::__anona7bb29fa010a 1779 d = iot[id].d.cu; 2827 printf("AC_CLKSRC src=%d\n", iot[i].d.cu->iClockSource);
|