Searched refs:orderId (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/arm/
H A Damba.hh51 orderId(PacketPtr pkt) function in namespace:AMBA
H A Dsmmu_v3_transl.cc1128 auto orderId = AMBA::orderId(request.pkt); local
1130 DPRINTF(SMMUv3Hazard, "IdReg: p=%p oid=%d\n", this, orderId);
1132 assert(orderId < SMMU_MAX_TRANS_ID);
1136 ifc.dependentWrites[orderId] : ifc.dependentReads[orderId];
1143 auto orderId = AMBA::orderId(request.pkt);
1145 DPRINTF(SMMUv3Hazard, "IdHold: p=%p oid=%d\n", this, orderId);
1149 ifc.dependentWrites[orderId]
[all...]

Completed in 8 milliseconds