Searched defs:remR3NotifyTrap (Results 1 - 1 of 1) sorted by relevance
/vbox/src/recompiler/ |
H A D | VBoxRecompiler.c | 1991 int remR3NotifyTrap(CPUX86State *env, uint32_t uTrap, uint32_t uErrorCode, RTGCPTR pvNextEIP) function 2012 Log(("remR3NotifyTrap: uTrap=%x error=%x next_eip=%RGv eip=%RGv cr2=%RGv\n", uTrap, uErrorCode, pvNextEIP, (RTGCPTR)env->eip, (RTGCPTR)env->cr[2])); 2018 remR3DisasInstr(env, 1, "remR3NotifyTrap: "); 2028 Log(("remR3NotifyTrap: uTrap=%#x set as pending\n", uTrap));
|
Completed in 230 milliseconds