Lines Matching refs:newMapping
5591 IOMemoryMap * newMapping ) in copyCompatible() argument
5593 task_t task = newMapping->getAddressTask(); in copyCompatible()
5594 mach_vm_address_t toAddress = newMapping->fAddress; in copyCompatible()
5595 IOOptionBits _options = newMapping->fOptions; in copyCompatible()
5596 mach_vm_size_t _offset = newMapping->fOffset; in copyCompatible()
5597 mach_vm_size_t _length = newMapping->fLength; in copyCompatible()
5629 newMapping = this; in copyCompatible()
5631 newMapping->fSuperMap.reset(this, OSRetain); in copyCompatible()
5632 newMapping->fOffset = fOffset + _offset; in copyCompatible()
5633 newMapping->fAddress = fAddress + _offset; in copyCompatible()
5636 return newMapping; in copyCompatible()