Home
last modified time | relevance | path

Searched refs:fLocalMapperAllocValid (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIODMACommand.cpp509 …if (target->fNumAddressBits && (target->fNumAddressBits < 64) && (state->fLocalMapperAllocValid ||… in segmentOp()
880 state->fLocalMapperAllocValid = false; in prepare()
1045 state->fLocalMapperAllocValid = true; in prepare()
1087 if (state->fLocalMapperAllocValid) { in complete()
1105 state->fLocalMapperAllocValid = false; in complete()
1317 if (internalState->fLocalMapperAllocValid) { in genIOVMSegments()
1350 if (internalState->fLocalMapperAllocValid) { in genIOVMSegments()
1644 && (target->reserved->fLocalMapperAllocValid || !target->fMapper)) { in clientOutputSegment()
H A DIOKitKernelInternal.h123 UInt8 fLocalMapperAllocValid; member