Searched refs:fCopyPageAlloc (Results 1 – 2 of 2) sorted by relevance
644 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()
132 vm_page_t fCopyPageAlloc; member