Searched defs:u64Entry (Results 1 - 1 of 1) 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]));

Completed in 65 milliseconds