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

/vbox/include/VBox/vmm/
H A Drem.h75 REMR3DECL(int) REMR3NotifyCodePageChanged(PVM pVM, PVMCPU pVCpu, RTGCPTR pvCodePage);
/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp2350 REMR3DECL(int) REMR3NotifyCodePageChanged(PVM pVM, PVMCPU pVCpu, RTGCPTR pvCodePage) argument
2356 return pfnREMR3NotifyCodePageChanged(pVM, pVCpu, pvCodePage);
H A DVBoxRecompiler.c3161 * @param pvCodePage Code page address
3163 REMR3DECL(int) REMR3NotifyCodePageChanged(PVM pVM, PVMCPU pVCpu, RTGCPTR pvCodePage) argument
3175 rc = PGMGstGetPage(pVM, pvCodePage, &flags, &PhysGC);

Completed in 62 milliseconds