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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp515 const unsigned offPdpt = GCPhysFault - pPage->GCPhys; local
518 const unsigned iShw = offPdpt / sizeof(X86PDPE);
543 if ( (offPdpt & 7)
544 && (offPdpt & 7) + cbWrite > sizeof(X86PDPE))
546 const unsigned iShw2 = (offPdpt + cbWrite - 1) / sizeof(X86PDPE);

Completed in 54 milliseconds