Searched refs:CSAMR3CheckGates (Results 1 - 5 of 5) sorted by relevance

/vbox/include/VBox/vmm/
H A Dcsam.h92 VMMR3_INT_DECL(int) CSAMR3CheckGates(PVM pVM, uint32_t iGate, uint32_t cGates);
/vbox/src/VBox/VMM/include/
H A DEMHandleRCTmpl.h193 CSAMR3CheckGates(pVM, u8Interrupt, 1);
/vbox/src/VBox/VMM/VMMR3/
H A DTRPM.cpp36 * considerations). See TRPMR3SyncIDT and CSAMR3CheckGates.
1065 CSAMR3CheckGates(pVM, 0, 256);
1541 CSAMR3CheckGates(pVM, u8Interrupt, 1);
H A DEMRaw.cpp589 CSAMR3CheckGates(pVM, u8TrapNo, 1);
1272 * The CSAMR3CheckGates call in TRPMR3SyncIDT may call PGMPrefetchPage
H A DCSAM.cpp302 STAM_REG(pVM, &pVM->csam.s.StatCheckGates, STAMTYPE_PROFILE, "/PROF/CSAM/CheckGates", STAMUNIT_TICKS_PER_CALL, "CSAMR3CheckGates overhead.");
2499 VMMR3_INT_DECL(int) CSAMR3CheckGates(PVM pVM, uint32_t iGate, uint32_t cGates) function

Completed in 439 milliseconds