Searched refs:UVM (Results 1 - 6 of 6) sorted by relevance

/vbox/include/VBox/vmm/
H A Duvm.h39 /** Pointer to the UVM structure. */
80 typedef struct UVM struct
93 struct UVM *pNext;
150 } UVM; typedef in typeref:struct:UVM
151 AssertCompileMemberAlignment(UVM, vm, 32);
152 AssertCompileMemberAlignment(UVM, mm, 32);
153 AssertCompileMemberAlignment(UVM, pdm, 32);
154 AssertCompileMemberAlignment(UVM, stam, 32);
155 AssertCompileMemberAlignment(UVM, aCpus, 32);
157 /** The UVM
[all...]
/vbox/src/VBox/VMM/dtrace/lib/
H A Dvbox-types.d49 typedef struct UVM *PUVM;
/vbox/src/VBox/VMM/testcase/
H A DtstVMStructSize.cpp118 CHECK_PADDING(UVM, member, align); \
119 CHECK_MEMBER_ALIGNMENT(UVM, member, align); \
120 UVM *p = NULL; NOREF(p); \
122 printf("warning: UVM::%-8s: padding=%-5d s=%-5d -> %-4d suggest=%-5u\n", \
433 printf("info: struct UVM: %d bytes\n", (int)sizeof(UVM));
H A DtstMMHyperHeap.cpp69 static UVM s_UVM;
/vbox/include/VBox/
H A Dtypes.h84 typedef R3PTRTYPE(struct UVM *) PUVM;
/vbox/src/VBox/VMM/VMMR3/
H A DVM.cpp229 * 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 portio
[all...]

Completed in 54 milliseconds