Lines Matching refs:UVM
229 * Create the UVM so we can register the at-error callback
455 * Creates the UVM.
464 * @param ppUVM Where to store the UVM pointer.
471 * Create and initialize the UVM.
473 PUVM pUVM = (PUVM)RTMemPageAllocZ(RT_OFFSETOF(UVM, aCpus[cCpus]));
489 /* Initialize the VMCPU array in the UVM. */
573 RTMemPageFree(pUVM, RT_OFFSETOF(UVM, aCpus[pUVM->cCpus]));
1198 * @param pvUser Pointer to the UVM structure.
2451 * Wait for EMTs to quit and destroy the UVM.
2562 * Destroys the UVM portion.
2707 * Release the UVM structure reference.
2948 * Does the final release of the UVM structure.
2955 * Free the UVM.
2964 RTMemPageFree(pUVM, RT_OFFSETOF(UVM, aCpus[pUVM->cCpus]));
3305 * @param pUVM The UVM handle.
3334 * @param pUVM The UVM handle.