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

/vbox/include/VBox/vmm/
H A Drem.h72 REMR3DECL(void) REMR3A20Set(PVM pVM, PVMCPU pVCpu, bool fEnable);
/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp1170 { "REMR3A20Set", (void *)&pfnREMR3A20Set, &g_aArgsA20Set[0], RT_ELEMENTS(g_aArgsA20Set), REMFNDESC_FLAGS_RET_VOID, 0, NULL },
2334 REMR3DECL(void) REMR3A20Set(PVM pVM, PVMCPU pVCpu, bool fEnable) function
H A DVBoxRecompiler.c3015 REMR3DECL(void) REMR3A20Set(PVM pVM, PVMCPU pVCpu, bool fEnable) function
3017 LogFlow(("REMR3A20Set: fEnable=%d\n", fEnable));
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp3865 REMR3A20Set(pVCpu->pVMR3, pVCpu, fEnable);

Completed in 75 milliseconds