Searched refs:pvAddress (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/GuestHost/OpenGL/include/ |
H A D | cr_error.h | 43 DECLEXPORT(void) crDbgCmdSymLoadPrint(const char *modName, const void*pvAddress);
|
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | error.c | 511 DECLEXPORT(void) crDbgCmdSymLoadPrint(const char *modName, const void*pvAddress) 540 crDbgCmdPrint("load modules for ", pszName, ".reload /i /f %s\\%s=%#p", pszModulePath, pszName, pvAddress);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | dpaddr.h | 256 STDMETHOD(BuildFromDirectPlay4Address)(THIS_ LPVOID pvAddress, DWORD dwDataSize) PURE;
|
H A D | winternl.h | 1269 PVOID pvAddress; member in struct:_SYSTEM_DRIVER_INFORMATION
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | dpaddr.h | 256 STDMETHOD(BuildFromDirectPlay4Address)(THIS_ LPVOID pvAddress, DWORD dwDataSize) PURE;
|
H A D | winternl.h | 1240 PVOID pvAddress; member in struct:_SYSTEM_DRIVER_INFORMATION
|
/vbox/src/VBox/VMM/VMMAll/ |
H A D | PGMAllPool.cpp | 179 CTXTYPE(RTGCPTR, RTHCPTR, RTGCPTR) pvAddress, unsigned cbWrite) 186 LogFlow(("pgmPoolMonitorChainChanging: %RGv phys=%RGp cbWrite=%d\n", (RTGCPTR)(CTXTYPE(RTGCPTR, uintptr_t, RTGCPTR))pvAddress, GCPhysFault, cbWrite)); 216 int rc = pgmPoolPhysSimpleReadGCPhys(pVM, &GstPte, pvAddress, GCPhysFault, sizeof(GstPte)); 240 int rc = pgmPoolPhysSimpleReadGCPhys(pVM, &GstPte, pvAddress, GCPhysFault, sizeof(GstPte)); 329 int rc = pgmPoolPhysSimpleReadGCPhys(pVM, &GstPte, pvAddress, GCPhysFault, sizeof(GstPte)); 351 int rc = pgmPoolPhysSimpleReadGCPhys(pVM, &GstPte, (RTHCPTR)((RTHCUINTPTR)pvAddress + sizeof(GstPte)), GCPhysFault + sizeof(GstPte), sizeof(GstPte)); 353 int rc = pgmPoolPhysSimpleReadGCPhys(pVM, &GstPte, pvAddress + sizeof(GstPte), GCPhysFault + sizeof(GstPte), sizeof(GstPte)); 431 ASMProbeReadByte(pvAddress); 178 pgmPoolMonitorChainChanging(PVMCPU pVCpu, PPGMPOOL pPool, PPGMPOOLPAGE pPage, RTGCPHYS GCPhysFault, CTXTYPE(RTGCPTR, RTHCPTR, RTGCPTR) pvAddress, unsigned cbWrite) argument
|
/vbox/src/VBox/VMM/include/ |
H A D | PGMInternal.h | 4104 void pgmPoolMonitorChainChanging(PVMCPU pVCpu, PPGMPOOL pPool, PPGMPOOLPAGE pPage, RTGCPHYS GCPhysFault, CTXTYPE(RTGCPTR, RTHCPTR, RTGCPTR) pvAddress, unsigned cbWrite);
|
Completed in 1530 milliseconds