Lines Matching refs:other
6 * not be construed as granting a license to any other intellectual
24 * documentation and/or other materials provided with the distribution;
479 Request(const Request& other)
480 : _paddr(other._paddr), _size(other._size),
481 _masterId(other._masterId),
482 _flags(other._flags),
483 _memSpaceConfigFlags(other._memSpaceConfigFlags),
484 privateFlags(other.privateFlags),
485 _time(other._time),
486 _taskId(other._taskId), _asid(other._asid), _vaddr(other._vaddr),
487 _extraData(other._extraData), _contextId(other._contextId),
488 _pc(other._pc), _reqInstSeqNum(other._reqInstSeqNum),
489 translateDelta(other.translateDelta),
490 accessDelta(other.accessDelta), depth(other.depth)
493 atomicOpFunctor.reset(other.atomicOpFunctor ?
494 other.atomicOpFunctor->clone() : nullptr);
684 /** Note that unlike other accessors, this function sets *specific