Searched refs:trpmGCExitTrap (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/VMM/VMMRC/ |
H A D | TRPMRCHandlers.cpp | 159 static int trpmGCExitTrap(PVM pVM, PVMCPU pVCpu, int rc, PCPUMCTXCORE pRegFrame) function 254 Log(("trpmGCExitTrap: u8Interrupt=%d (%#x) rc=%Rrc\n", u8Interrupt, u8Interrupt, rc)); 334 rc = trpmGCExitTrap(pVM, pVCpu, rc, pRegFrame); 470 rc = trpmGCExitTrap(pVM, pVCpu, rc, pRegFrame); 479 rc = trpmGCExitTrap(pVM, pVCpu, rc, pRegFrame); 550 rc = trpmGCExitTrap(pVM, pVCpu, VINF_EM_RAW_GUEST_TRAP, pRegFrame); 561 rc = trpmGCExitTrap(pVM, pVCpu, VINF_EM_RAW_EMULATE_INSTR, pRegFrame); 584 rc = trpmGCExitTrap(pVM, pVCpu, rc, pRegFrame); 636 rc = trpmGCExitTrap(pVM, pVCpu, rc, pRegFrame); 665 rc = trpmGCExitTrap(pV [all...] |
Completed in 44 milliseconds