Home
last modified time | relevance | path

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

/xnu-12377.1.9/iokit/Kernel/
H A DIODMACommand.cpp644 state->fCopyPageAlloc = NULL; in walkAll()
684 state->fCopyPageAlloc = mapBase; in walkAll()
685 state->fCopyNext = state->fCopyPageAlloc; in walkAll()
710 if (state->fCopyPageAlloc) { in walkAll()
711 state->fCopyNext = state->fCopyPageAlloc; in walkAll()
742 if (state->fCopyPageAlloc) { in walkAll()
743 vm_page_free_list(state->fCopyPageAlloc, FALSE); in walkAll()
744 state->fCopyPageAlloc = NULL; in walkAll()
875 state->fCopyPageAlloc = NULL; in prepare()
1503 for (remap = internalState->fCopyPageAlloc; in genIOVMSegments()
H A DIOKitKernelInternal.h132 vm_page_t fCopyPageAlloc; member