Searched refs:TRPMR3SyncIDT (Results 1 - 3 of 3) sorted by relevance

/vbox/include/VBox/vmm/
H A Dtrpm.h105 VMMR3DECL(int) TRPMR3SyncIDT(PVM pVM, PVMCPU pVCpu);
/vbox/src/VBox/VMM/VMMR3/
H A DTRPM.cpp36 * considerations). See TRPMR3SyncIDT and CSAMR3CheckGates.
526 STAM_REG(pVM, &pVM->trpm.s.StatSyncIDT, STAMTYPE_PROFILE, "/PROF/TRPM/SyncIDT", STAMUNIT_TICKS_PER_CALL, "Profiling of TRPMR3SyncIDT().");
1048 VMMR3DECL(int) TRPMR3SyncIDT(PVM pVM, PVMCPU pVCpu) function
1059 Log(("TRPMR3SyncIDT: Clear all trap handlers.\n"));
H A DEMRaw.cpp1272 * The CSAMR3CheckGates call in TRPMR3SyncIDT may call PGMPrefetchPage
1287 int rc = TRPMR3SyncIDT(pVM, pVCpu);

Completed in 51 milliseconds