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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPhys.cpp2499 uint32_t offVirtLast = PAGE_SIZE; local
2519 offVirtLast = (pVirt->aPhysToVirt[iVirtPage].Core.KeyLast & PAGE_OFFSET_MASK) - (GCPhys & PAGE_OFFSET_MASK);
2536 offVirtLast = (pVirtPhys->Core.KeyLast & PAGE_OFFSET_MASK) - (GCPhys & PAGE_OFFSET_MASK);
2542 offVirt = offVirtLast = PAGE_SIZE;
2628 if (cbRange > offVirtLast + 1)
2629 cbRange = offVirtLast + 1;
2659 if (cbRange > offVirtLast + 1)
2660 cbRange = offVirtLast + 1;
2730 offVirtLast -= cbRange;

Completed in 55 milliseconds