Searched refs:newMapping (Results 1 – 2 of 2) sorted by relevance
5591 IOMemoryMap * newMapping ) in copyCompatible() argument5593 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()[all …]
1017 IOMemoryMap * copyCompatible( IOMemoryMap * newMapping );