Searched refs:makeMapping (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOSubMemoryDescriptor.cpp163 IOMemoryMap * IOSubMemoryDescriptor::makeMapping( function in class:IOSubMemoryDescriptor
176 panic("IOSubMemoryDescriptor::makeMapping !64bit");
180 mapping = (IOMemoryMap *) _parent->makeMapping(
H A DIOMemoryDescriptor.cpp3731 result = makeMapping(this, intoTask, (IOVirtualAddress) mapping, options | kIOMap64Bit, 0, 0);
3794 if (this != newBackingMemory->makeMapping(newBackingMemory, fAddressTask, (IOVirtualAddress) this,
3819 IOMemoryMap * IOMemoryDescriptor::makeMapping(
3828 if (!(kIOMap64Bit & options)) panic("IOMemoryDescriptor::makeMapping !64bit");
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOSubMemoryDescriptor.h97 virtual IOMemoryMap * makeMapping(
H A DIOMemoryDescriptor.h608 virtual IOMemoryMap * makeMapping(

Completed in 91 milliseconds