Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Kernel/
H A DIODMACommand.cpp496 …if (target->fNumAddressBits && (target->fNumAddressBits < 64) && (state->fLocalMapperAllocValid ||… in segmentOp()
867 state->fLocalMapperAllocValid = false; in prepare()
1032 state->fLocalMapperAllocValid = true; in prepare()
1074 if (state->fLocalMapperAllocValid) { in complete()
1092 state->fLocalMapperAllocValid = false; in complete()
1304 if (internalState->fLocalMapperAllocValid) { in genIOVMSegments()
1337 if (internalState->fLocalMapperAllocValid) { in genIOVMSegments()
1631 && (target->reserved->fLocalMapperAllocValid || !target->fMapper)) { in clientOutputSegment()
H A DIOKitKernelInternal.h123 UInt8 fLocalMapperAllocValid; member