map
Maps an IOMemoryDescriptor into the kernel map.
Declaration
virtual IOMemoryMap * map(
IOOptionBits options = 0 );Parameters
- options:
Mapping options as in the full version of the createMappingInTask method, with kIOMapAnywhere assumed.
Return Value
See the full version of the createMappingInTask method.
Overview
This is a shortcut method to map all the memory described by a memory descriptor into the kernel map at any available address. See the full version of the createMappingInTask method for further details.