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

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODMACommand.cpp457 state->fCopyPageAlloc = 0;
498 state->fCopyPageAlloc = mapBase;
499 state->fCopyNext = state->fCopyPageAlloc;
533 if (state->fCopyPageAlloc)
535 state->fCopyNext = state->fCopyPageAlloc;
569 if (state->fCopyPageAlloc)
571 vm_page_free_list(state->fCopyPageAlloc, FALSE);
572 state->fCopyPageAlloc = 0;
715 state->fCopyPageAlloc = 0;
1134 else for (remap = internalState->fCopyPageAlloc;
[all...]
H A DIOKitKernelInternal.h168 vm_page_t fCopyPageAlloc; member in struct:IODMACommandInternal

Completed in 177 milliseconds