Searched refs:CSAMR3CheckGates (Results 1 - 5 of 5) sorted by relevance
/vbox/include/VBox/vmm/ |
H A D | csam.h | 92 VMMR3_INT_DECL(int) CSAMR3CheckGates(PVM pVM, uint32_t iGate, uint32_t cGates);
|
/vbox/src/VBox/VMM/include/ |
H A D | EMHandleRCTmpl.h | 193 CSAMR3CheckGates(pVM, u8Interrupt, 1);
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | TRPM.cpp | 36 * considerations). See TRPMR3SyncIDT and CSAMR3CheckGates. 1065 CSAMR3CheckGates(pVM, 0, 256); 1541 CSAMR3CheckGates(pVM, u8Interrupt, 1);
|
H A D | EMRaw.cpp | 589 CSAMR3CheckGates(pVM, u8TrapNo, 1); 1272 * The CSAMR3CheckGates call in TRPMR3SyncIDT may call PGMPrefetchPage
|
H A D | CSAM.cpp | 302 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