Searched defs:ExtendedContextEntry (Results 1 – 1 of 1) sorted by relevance
379 struct ExtendedContextEntry { struct380 uint64_t raw[4];410 void ReadFrom(volatile ExtendedContextEntry* dst) { in ReadFrom() argument417 void WriteTo(volatile ExtendedContextEntry* dst) { in WriteTo() argument446 static_assert(fbl::is_pod<ExtendedContextEntry>::value, "not POD"); argument
Completed in 9 milliseconds