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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMDbg.cpp86 uint64_t u64LastAddress; member in struct:PGMR3DUMPHIERARCHYSTATE
945 pState->u64LastAddress = u64LastAddr;
968 const uint64_t iLast = pState->u64LastAddress >> cShift;
1412 uint32_t iLast = (pState->u64LastAddress >> X86_PML4_SHIFT) & X86_PML4_MASK;
1413 if ( pState->u64LastAddress <= UINT64_C(0x00007fffffffffff)
1418 else if (pState->u64LastAddress >= UINT64_C(0xffff800000000000))
2086 uint32_t iLast = (pState->u64LastAddress >> X86_PML4_SHIFT) & X86_PML4_MASK;
2087 if ( pState->u64LastAddress <= UINT64_C(0x00007fffffffffff)
2092 else if (pState->u64LastAddress >= UINT64_C(0xffff800000000000))

Completed in 36 milliseconds