Searched refs:fMapped (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOKitKernelInternal.h134 UInt8 fMapped; // Input Variable, Require mapped IOVMA member in struct:IOMDDMAWalkSegmentArgs
H A DIOMemoryDescriptor.cpp1309 bool mapped = isP->fIO.fMapped;
1575 state->fMapped = (0 == (options & kIOMemoryMapperNone)) && !(_flags & kIOMemoryHostOnly);
1590 // with fMapped set correctly, so we must handle the transformation here until this gets cleaned up
1755 if (data->fMapped && IOMapper::gSystem)
2325 walkArgs->fMapped = false;
H A DIODMACommand.cpp1016 state->fMapped = (IS_MAPPED(fMappingOptions) && fMapper);

Completed in 76 milliseconds