Searched refs:byteCount (Results 1 - 9 of 9) sorted by relevance

/gem5/src/gpu-compute/
H A Dbrig_object.cc158 if (!dirPtr->byteCount) {
166 dirPtr->kind, dirPtr->byteCount);
300 assert((operand_data->byteCount / 4) > 0);
449 sectionInfo[sec_idx].ptr = new uint8_t[sec_hdr->byteCount];
450 memcpy(sectionInfo[sec_idx].ptr, sec_hdr_byte_ptr, sec_hdr->byteCount);
451 sectionInfo[sec_idx].size = sec_hdr->byteCount;
458 "name len: %d\n", code_hdr->byteCount, code_hdr->headerByteCount,
H A Dbrig_object.hh128 int size = base_ptr->byteCount;
/gem5/src/dev/storage/
H A Dide_disk.hh73 uint16_t byteCount; member in struct:PrdEntry
88 return ((entry.byteCount == 0) ? MAX_SINGLE_DMA_SIZE :
89 (entry.byteCount & PRD_COUNT_MASK));
H A Dide_disk.cc371 "PRD: baseAddr:%#x (%#x) byteCount:%d (%d) eot:%#x sector:%d\n",
1138 SERIALIZE_SCALAR(curPrd.entry.byteCount);
1191 UNSERIALIZE_SCALAR(curPrd.entry.byteCount);
/gem5/src/arch/hsail/
H A Doperand.cc77 elementCount = oprnd_data->byteCount / 4;
242 for (int offset = 0; offset < data_p->byteCount; offset += 4) {
252 ((Brig::BrigOperandConstantBytes*)op_p)->base.byteCount
H A DBrig_new.hpp1178 uint16_t byteCount; member in struct:BrigBase
1188 uint32_t byteCount; member in struct:BrigData
1567 uint64_t byteCount; member in struct:BrigSectionHeader
1579 uint64_t byteCount; member in struct:BrigModuleHeader
H A Doperand.hh398 DPRINTF(GPUReg, "sizeof(T): %lu, byteCount: %d\n", sizeof(T),
399 brigOp->byteCount);
/gem5/src/mem/cache/
H A Dbase.hh1266 * size of the area covered by the concecutive writes in byteCount.
1268 * 1) When byteCount has surpassed the coallesceLimit the mode
1273 * 2) When byteCount has also exceeded the noAllocateLimit (whole
1315 byteCount = 0;
1375 uint32_t byteCount; member in class:WriteAllocator
H A Dbase.cc2638 byteCount += write_size;
2642 byteCount > coalesceLimit) {
2646 byteCount > noAllocateLimit) {
2656 byteCount = write_size;

Completed in 77 milliseconds