Searched refs:u64Entry (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/
H A DDevACPI.cpp410 uint64_t u64Entry[1]; /**< array of phys. addresses to other tables */ member in struct:ACPITBLXSDT
2260 const size_t size = sizeof(ACPITBLHEADER) + nb_entries * sizeof(xsdt->u64Entry[0]);
2273 xsdt->u64Entry[i] = RT_H2LE_U64((uint64_t)addrs[i]);
2274 Log(("Setup XSDT: [%d] = %RX64\n", i, xsdt->u64Entry[i]));
/vbox/src/VBox/VMM/VMMR3/
H A DPGMDbg.cpp1803 * @param u64Entry The entry to check.
1805 static void pgmR3DumpHierarchyGstCheckReservedHighBits(PPGMR3DUMPHIERARCHYSTATE pState, uint64_t u64Entry)
1807 uint32_t uRsvd = (u64Entry & pState->u64HighReservedBits) >> 52;

Completed in 68 milliseconds