Searched refs:ExtendedContextEntry (Results 1 – 4 of 4) sorted by relevance
30 volatile ds::ExtendedContextEntry* context_entry,66 volatile ds::ExtendedContextEntry* context_entry);93 volatile ds::ExtendedContextEntry* const extended_context_entry_;
26 volatile ds::ExtendedContextEntry* context_entry) in DeviceContext()41 ds::ExtendedContextEntry entry; in ~DeviceContext()130 volatile ds::ExtendedContextEntry* context_entry, in Create()133 ds::ExtendedContextEntry entry; in Create()153 entry.set_translation_type(ds::ExtendedContextEntry::kHostModeWithDeviceTlbDisabled); in Create()160 entry.set_address_width(ds::ExtendedContextEntry::k48Bit); in Create()
379 struct ExtendedContextEntry { struct410 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"); argument447 static_assert(sizeof(ExtendedContextEntry) == 32, "wrong size");451 ExtendedContextEntry entry[kNumEntries];
79 volatile ds::ExtendedContextEntry* entry = &tbl->entry[bdf.packed_dev_and_func() & 0x7f]; in CreateDeviceContext()
Completed in 12 milliseconds