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

/vbox/include/VBox/vmm/
H A Dtrpm.h109 VMMR3DECL(int) TRPMR3SetGuestTrapHandler(PVM pVM, unsigned iTrap, RTRCPTR pHandler);
/vbox/src/VBox/VMM/VMMR3/
H A DTRPM.cpp1295 VMMR3DECL(int) TRPMR3SetGuestTrapHandler(PVM pVM, unsigned iTrap, RTRCPTR pHandler) function
1321 Log(("TRPMR3SetGuestTrapHandler: clear handler %x\n", iTrap));
H A DSELM.cpp1689 TRPMR3SetGuestTrapHandler(pVM, 0x2E, TRPM_INVALID_HANDLER);
1690 TRPMR3SetGuestTrapHandler(pVM, 0x80, TRPM_INVALID_HANDLER);
H A DCSAM.cpp2699 rc = TRPMR3SetGuestTrapHandler(pVM, iGate, pNewHandlerGC);
2701 Log(("TRPMR3SetGuestTrapHandler %d failed with %Rrc\n", iGate, rc));
H A DPATM.cpp5253 TRPMR3SetGuestTrapHandler(pVM, iGate, TRPM_INVALID_HANDLER);

Completed in 62 milliseconds