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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA.cpp2634 uint64_t *pPage64 = (uint64_t *)(pCmd + 1); local
2646 paNewPage64[i] = pPage64[i - pCmd->offsetPages];
2652 pPage64 = paNewPage64;
2657 GCPhys = (pPage64[0] << PAGE_SHIFT) & 0x00000FFFFFFFFFFFULL; /* seeing rubbish in the top bits with certain linux guests*/
2668 GCPhys = (pPage64[i] << PAGE_SHIFT) & 0x00000FFFFFFFFFFFULL; /* seeing rubbish in the top bits with certain linux guests*/

Completed in 357 milliseconds