Searched defs:VMMR0EntryEx (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibLdr.cpp425 RTUINTPTR VMMR0EntryEx = 0; local
435 rc = RTLdrGetSymbolEx(hLdrMod, &pLoadReq->u.In.abImage[0], (uintptr_t)OpenReq.u.Out.pvImageBase, UINT32_MAX, "VMMR0EntryEx", &VMMR0EntryEx);
483 pLoadReq->u.In.EP.VMMR0.pvVMMR0EntryEx = (RTR0PTR)VMMR0EntryEx;
523 LogRel(("SUP: VMMR0EntryEx located at %RTptr, VMMR0EntryFast at %RTptr and VMMR0EntryInt at %RTptr\n",
524 VMMR0EntryEx, VMMR0EntryFast, VMMR0EntryInt));
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0.cpp1182 * VMMR0EntryEx worker function, either called directly or when ever possible
1681 * Argument for vmmR0EntryExWrapper containing the arguments for VMMR0EntryEx.
1696 * This is just a longjmp wrapper function for VMMR0EntryEx calls.
1725 VMMR0DECL(int) VMMR0EntryEx(PVM pVM, VMCPUID idCpu, VMMR0OPERATION enmOperation, PSUPVMMR0REQHDR pReq, uint64_t u64Arg, PSUPDRVSESSION pSession) function

Completed in 73 milliseconds