Lines Matching refs:data
673 * allocation of the L3 data array to provide 3*384KB=1152KB for URB, but
763 * possible for the programmed allocation of the L3 data array to
1242 (topology->data[topology->subslice_offset + ss_idx / 8] >>
1245 (geom_topology->data[geom_topology->subslice_offset + ss_idx / 8] >>
1265 (topology->data[topology->eu_offset +
1299 memcpy(&devinfo->slice_masks, topology->data, DIV_ROUND_UP(topology->max_slices, 8));
1307 memcpy(devinfo->subslice_masks, &topology->data[topology->subslice_offset],
1313 memcpy(devinfo->eu_masks, &topology->data[topology->eu_offset], eu_mask_len);
1356 topology->data[b] = (slice_mask >> (b * 8)) & 0xff;
1365 topology->data[subslice_offset] = (subslice_mask >> (b * 8)) & 0xff;
1374 topology->data[eu_offset] = (eu_mask >> (b * 8)) & 0xff;
1385 /* Generate mask from the device data. */