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

/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstPin.cpp174 static SUPPAGE s_aPages[BIG_SIZE >> PAGE_SHIFT]; local
176 rc = supR3PageLock(pvAligned, BIG_SIZE >> PAGE_SHIFT, &s_aPages[0]);
184 RTPrintf("%2d: vrt=%p phys=%08x\n", j, (char *)pvAligned + (j << PAGE_SHIFT), (uintptr_t)s_aPages[j].pvPhys);

Completed in 100 milliseconds