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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp6124 RTGCPTR32 GCPtrLast32 = GCPtrFirst32 + (uint32_t)cbMem - 1; local
6145 || GCPtrLast32 > pSel->u32Limit) /* yes, in real mode too (since 80286). */
6154 || GCPtrLast32 > (pSel->Attr.n.u1DefBig ? UINT32_MAX : UINT32_C(0xffff)))
6173 || GCPtrLast32 > pSel->u32Limit) /* yes, in real mode too (since 80286). */

Completed in 93 milliseconds