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

/xnu-2422.115.4/iokit/Kernel/
H A DIODMACommand.cpp337 address = segment.fIOVMAddr;
905 addr64_t ioAddr = segment.fIOVMAddr;
1013 state->fIOVMAddr = 0;
1032 while (state->fIOVMAddr || (state->fOffset < memLength))
1035 if (!state->fIOVMAddr) {
1044 state->fIOVMAddr = internalState->fLocalMapperPageAlloc + offset;
1053 if (fMapper->mapAddr(state->fIOVMAddr + checkOffset) != phys)
1056 state->fIOVMAddr + checkOffset, fMapper->mapAddr(state->fIOVMAddr + checkOffset), state->fLength,
1074 assert(state->fIOVMAddr);
[all...]
H A DIOKitKernelInternal.h133 UInt64 fIOVMAddr, fLength; // Output variables member in struct:IOMDDMAWalkSegmentArgs
H A DIOMemoryDescriptor.cpp1513 isP->fIO.fIOVMAddr = address;
1588 state->fIOVMAddr, state->fLength);
1591 address = state->fIOVMAddr;
1762 data->fIOVMAddr = md->getPhysicalSegment(offset, &length);
1764 data->fIOVMAddr = md->getPhysicalSegment(offset, &length, kIOMemoryMapperNone);
2401 phys = walkArgs->fIOVMAddr;
2425 phys = walkArgs->fIOVMAddr;
/xnu-2422.115.4/iokit/IOKit/
H A DIODMACommand.h62 UInt32 fIOVMAddr, fLength; member in struct:IODMACommand::Segment32
70 UInt64 fIOVMAddr, fLength; member in struct:IODMACommand::Segment64

Completed in 27 milliseconds