Searched refs:ContextEntry (Results 1 – 4 of 4) sorted by relevance
33 volatile ds::ContextEntry* context_entry,68 volatile ds::ContextEntry* context_entry);94 volatile ds::ContextEntry* const context_entry_;
32 volatile ds::ContextEntry* context_entry) in DeviceContext()47 ds::ContextEntry entry; in ~DeviceContext()95 volatile ds::ContextEntry* context_entry, in Create()97 ds::ContextEntry entry; in Create()117 entry.set_translation_type(ds::ContextEntry::kDeviceTlbDisabled); in Create()119 entry.set_address_width(ds::ContextEntry::k48Bit); in Create()
328 struct ContextEntry { struct339 void ReadFrom(volatile ContextEntry* dst) { in ReadFrom() argument344 void WriteTo(volatile ContextEntry* dst) { in WriteTo() argument369 static_assert(fbl::is_pod<ContextEntry>::value, "not POD"); argument370 static_assert(sizeof(ContextEntry) == 16, "wrong size");374 ContextEntry entry[kNumEntries];
83 volatile ds::ContextEntry* entry = &tbl->entry[bdf.packed_dev_and_func()]; in CreateDeviceContext()
Completed in 11 milliseconds