Home
last modified time | relevance | path

Searched refs:mapLength (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOMapper.h118 uint64_t * mapLength) = 0;
123 uint64_t mapLength) = 0;
H A DIOMemoryDescriptor.h448 uint64_t * mapLength);
454 uint64_t mapLength);
458 uint64_t mapLength);
1117 uint64_t * mapLength);
/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp4486 uint64_t * mapLength) in dmaMap() argument
4498 mapSpec, command, NULL, mapAddress, mapLength); in dmaMap()
4501 dmaMapRecord(mapper, command, *mapLength); in dmaMap()
4511 uint64_t mapLength) in dmaMapRecord() argument
4528 mapLength = _length; in dmaMapRecord()
4542 uint64_t mapLength) in dmaUnmap() argument
4561 if (!mapLength) { in dmaUnmap()
4571 mapLength = _length; in dmaUnmap()
4589 uint64_t * mapLength) in dmaMap() argument
4644 command, &dmaPageList, mapAddress, mapLength); in dmaMap()
[all …]