Searched defs:uPtrWhere (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstNtQueryStuff.cpp167 uintptr_t uPtrWhere = 0; local
173 (void const *)uPtrWhere,
180 RTTestIPrintf(RTTESTLVL_ALWAYS, "%p: rcNt=%#x\n", uPtrWhere, rcNt);
210 if ((uintptr_t)MemInfo.BaseAddress != uPtrWhere)
212 uPtrWhere, MemInfo.BaseAddress);
229 (void const *)uPtrWhere,
239 RTTestIPrintf(RTTESTLVL_ALWAYS, "%p: MemorySectionName - rcNt=%#x\n", uPtrWhere, rcNt);
247 if (uPtrWhere + cbAdvance <= uPtrWhere)
249 uPtrWhere
[all...]
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyProcess-win.cpp1781 uintptr_t uPtrWhere = 0; local
1791 (void const *)uPtrWhere,
1801 "NtQueryVirtualMemory failed for %p: %#x", uPtrWhere, rcNt);
1813 (void const *)uPtrWhere,
1820 "NtQueryVirtualMemory/MemorySectionName failed for %p: %#x", uPtrWhere, rcNt);
1909 uPtrWhere, MemInfo.AllocationBase, MemInfo.BaseAddress, MemInfo.RegionSize));
1934 uPtrWhere, MemInfo.BaseAddress, MemInfo.RegionSize, MemInfo.Type, MemInfo.Protect,
1955 if (uPtrWhere + cbAdvance <= uPtrWhere)
1957 "Empty region at %p.", uPtrWhere);
[all...]
H A DSUPR3HardenedMain-win.cpp3668 uintptr_t uPtrWhere = 0; local
3675 (void const *)uPtrWhere,
3719 if (uPtrWhere + cbAdvance <= uPtrWhere)
3721 uPtrWhere += MemInfo.RegionSize;

Completed in 151 milliseconds