Searched defs:mapper (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/iokit/IOKit/
H A DIODMACommand.h522 weakWithSpecification(IODMACommand **newCommand, SegmentFunction outSegFunc, UInt8 numAddressBits, UInt64 maxSegmentSize, MappingOptions mapType, UInt64 maxTransferSize, UInt32 alignment, IOMapper *mapper, void *refCon) argument
[all...]
/xnu-2782.1.97/iokit/Kernel/
H A DIOMapper.cpp152 IOMapper * mapper = NULL; local
H A DIODMACommand.cpp109 withSpecification(SegmentFunction outSegFunc, UInt8 numAddressBits, UInt64 maxSegmentSize, MappingOptions mappingOptions, UInt64 maxTransferSize, UInt32 alignment, IOMapper *mapper, void *refCon) argument
142 initWithSpecification(SegmentFunction outSegFunc, UInt8 numAddressBits, UInt64 maxSegmentSize, MappingOptions mappingOptions, UInt64 maxTransferSize, UInt32 alignment, IOMapper *mapper, void *refCon) argument
599 prepareWithSpecification(SegmentFunction outSegFunc, UInt8 numAddressBits, UInt64 maxSegmentSize, MappingOptions mappingOptions, UInt64 maxTransferSize, UInt32 alignment, IOMapper *mapper, UInt64 offset, UInt64 length, bool flushCache, bool synchronize) argument
[all...]
H A DIOMemoryDescriptor.cpp1140 withOptions(void * buffers, UInt32 count, UInt32 offset, task_t task, IOOptionBits opts, IOMapper * mapper) argument
1159 initWithOptions(void * buffers, UInt32 count, UInt32 offset, task_t task, IOOptionBits options, IOMapper * mapper) argument
1330 initWithOptions(void * buffers, UInt32 count, UInt32 offset, task_t task, IOOptionBits options, IOMapper * mapper) argument
2278 IOMapper * mapper = gIOSystemMapper; local
2429 IOMapper * mapper = 0; local
2793 IOMapper *mapper; local
2999 initMemoryEntries(size_t size, IOMapper * mapper) argument
3031 dmaMap( IOMapper * mapper, const IODMAMapSpecification * mapSpec, uint64_t offset, uint64_t length, uint64_t * address, ppnum_t * mapPages) argument
3107 dmaMap( IOMapper * mapper, const IODMAMapSpecification * mapSpec, uint64_t offset, uint64_t length, uint64_t * address, ppnum_t * mapPages) argument
[all...]

Completed in 83 milliseconds