Searched refs:fCopyPageAlloc (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODMACommand.cpp414 state->fCopyPageAlloc = 0;
444 state->fCopyPageAlloc = mapBase;
445 if (state->fCopyPageAlloc && state->fDoubleBuffer)
451 state->fCopyNext = ptoa_64(state->fCopyPageAlloc);
484 if (state->fCopyPageAlloc)
486 state->fCopyNext = ptoa_64(state->fCopyPageAlloc);
520 if (state->fCopyPageAlloc)
522 gIOCopyMapper->iovmFree(state->fCopyPageAlloc, state->fCopyPageCount);
523 state->fCopyPageAlloc = 0;
644 state->fCopyPageAlloc
[all...]
H A DIOKitKernelInternal.h118 ppnum_t fCopyPageAlloc; member in struct:IODMACommandInternal

Completed in 17 milliseconds