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

/vbox/src/VBox/VMM/VMMR3/
H A DEMHM.cpp64 static int emR3HmExecuteIOInstruction(PVM pVM, PVMCPU pVCpu);
69 #define emR3ExecuteIOInstruction emR3HmExecuteIOInstruction
260 static int emR3HmExecuteIOInstruction(PVM pVM, PVMCPU pVCpu) function
284 LogFlow(("emR3HmExecuteIOInstruction: %Rrc\n", VBOXSTRICTRC_VAL(rcStrict)));
348 LogFlow(("emR3HmExecuteIOInstruction: %Rrc 1\n", VBOXSTRICTRC_VAL(rcStrict)));
357 LogFlow(("emR3HmExecuteIOInstruction: VINF_SUCCESS 2\n"));
365 LogFlow(("emR3HmExecuteIOInstruction: %Rrc 3\n", VBOXSTRICTRC_VAL(rcStrict)));
373 LogFlow(("emR3HmExecuteIOInstruction: %Rrc 4 (rc2=%Rrc, rc3=%Rrc)\n", VBOXSTRICTRC_VAL(rcStrict), rc2, rc3));

Completed in 42 milliseconds