Home
last modified time | relevance | path

Searched refs:fLength (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIODMACommand.cpp517 length = segment.fLength; in segmentOp()
848 length = fMDSummary.fLength; in prepare()
1405 state->fLength = length; in genIOVMSegments()
1450 assert(state->fLength); in genIOVMSegments()
1454 curSeg.fLength += length; in genIOVMSegments()
1490 state->fLength = remain; in genIOVMSegments()
1524 state->fLength = remain; in genIOVMSegments()
1547 curSeg.fLength -= reduce; in genIOVMSegments()
1557 curSeg.fLength -= reduce; in genIOVMSegments()
1566 state->fLength = leftover; in genIOVMSegments()
[all …]
H A DIOMemoryDescriptor.cpp3070 data->fLength = _length; in dmaCommandOperation()
3338 isP->fIO.fLength = length; in dmaCommandOperation()
3418 length = state->fLength; in getPhysicalSegment()
3585 data->fLength = getLength(); in dmaCommandOperation()
3613 data->fLength = length; in dmaCommandOperation()
5063 *size = map->fLength; in IOMemoryMapTracking()
5131 fLength = _length; in init()
5313 length = mapping->fLength; in doUnmap()
5533 return fLength; in getLength()
5562 return fLength; in getSize()
[all …]
H A DIOGuardPageMemoryDescriptor.cpp110 mach_vm_size_t length = mapping->fLength; in doMap()
H A DIOMultiMemoryDescriptor.cpp275 mach_vm_size_t length = mapping->fLength; in doMap()
/xnu-11215/iokit/IOKit/
H A DIODMACommand.h77 UInt32 fIOVMAddr, fLength; member
85 UInt64 fIOVMAddr, fLength; member
H A DIOMemoryDescriptor.h234 UInt64 fLength; member
248 uint64_t fLength; member
255 UInt64 fIOVMAddr, fLength; // Output variables member
890 mach_vm_size_t fLength; variable
/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp399 assert(segments[0].fLength == ranges[idx].length); in IOMemoryRemoteTest()
876 kprintf("seg 0x%qx, 0x%qx\n", segments[0].fIOVMAddr, segments[0].fLength); in IOMemoryDescriptorTest()
948 kprintf("seg0 0x%x, 0x%x\n", (int)segments[0].fIOVMAddr, (int)segments[0].fLength); in IOMemoryDescriptorTest()