Searched refs:CPUMR3RemEnter (Results 1 - 4 of 4) sorted by relevance

/vbox/include/VBox/vmm/
H A Dcpum.h1342 VMMR3DECL(uint32_t) CPUMR3RemEnter(PVMCPU pVCpu, uint32_t *puCpl);
/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp1204 { "CPUMR3RemEnter", VMM_FN(CPUMR3RemEnter), &g_aArgsCPUMR3RemEnter[0], RT_ELEMENTS(g_aArgsCPUMR3RemEnter), REMFNDESC_FLAGS_RET_INT, sizeof(uint32_t), NULL },
H A DVBoxRecompiler.c2190 fFlags = CPUMR3RemEnter(pVCpu, &uCpl);
2191 LogFlow(("CPUMR3RemEnter %x %x\n", fFlags, uCpl));
/vbox/src/VBox/VMM/VMMR3/
H A DCPUM.cpp2131 VMMR3DECL(uint32_t) CPUMR3RemEnter(PVMCPU pVCpu, uint32_t *puCpl) function

Completed in 139 milliseconds