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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPhys.cpp2503 uint32_t offPhys = PAGE_SIZE; local
2552 offPhys = 0;
2562 offPhys = pPhys->Core.Key - GCPhys;
2569 offPhys = offPhysLast = PAGE_SIZE;
2579 if (offPhys && offVirt)
2581 if (cbRange > offPhys)
2582 cbRange = offPhys;
2590 else if (!offPhys && offVirt)
2626 else if (offPhys && !offVirt)
2630 if (cbRange > offPhys)
[all...]

Completed in 52 milliseconds