Searched refs:grantorIdx (Results 1 – 1 of 1) sorted by relevance
491 void* mapGrantorDescr(uint32_t grantorIdx);492 void unmapGrantorDescr(void* address, uint32_t grantorIdx);1392 void* MessageQueueBase<MQDescriptorType, T, flavor>::mapGrantorDescr(uint32_t grantorIdx) { in mapGrantorDescr() argument1400 if (grantorIdx >= grantors.size()) { in mapGrantorDescr()1406 int fdIndex = grantors[grantorIdx].fdIndex; in mapGrantorDescr()1410 std::to_string(grantorIdx) + in mapGrantorDescr()1419 if (!hardware::details::isAlignedToWordBoundary(grantors[grantorIdx].offset)) { in mapGrantorDescr()1420 hardware::details::logError("Grantor (index " + std::to_string(grantorIdx) + in mapGrantorDescr()1422 std::to_string(grantors[grantorIdx].offset)); in mapGrantorDescr()1449 int mapOffset = (grantors[grantorIdx].offset / kPageSize) * kPageSize; in mapGrantorDescr()[all …]