Home
last modified time | relevance | path

Searched refs:newMapping (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp5591 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()
[all …]
/xnu-11215/iokit/IOKit/
H A DIOMemoryDescriptor.h1017 IOMemoryMap * copyCompatible( IOMemoryMap * newMapping );