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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPhys.cpp2498 uint32_t offVirt = PAGE_SIZE; local
2518 offVirt = 0;
2535 offVirt = (pVirtPhys->Core.Key & PAGE_OFFSET_MASK) - (GCPhys & PAGE_OFFSET_MASK);
2542 offVirt = offVirtLast = PAGE_SIZE;
2579 if (offPhys && offVirt)
2583 if (cbRange > offVirt)
2584 cbRange = offVirt;
2590 else if (!offPhys && offVirt)
2594 if (cbRange > offVirt)
2595 cbRange = offVirt;
[all...]

Completed in 54 milliseconds