Home
last modified time | relevance | path

Searched refs:ContextEntry (Results 1 – 4 of 4) sorted by relevance

/kernel/dev/iommu/intel/
A Ddevice_context.h33 volatile ds::ContextEntry* context_entry,
68 volatile ds::ContextEntry* context_entry);
94 volatile ds::ContextEntry* const context_entry_;
A Ddevice_context.cpp32 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()
A Dhw.h328 struct ContextEntry { struct
339 void ReadFrom(volatile ContextEntry* dst) { in ReadFrom() argument
344 void WriteTo(volatile ContextEntry* dst) { in WriteTo() argument
369 static_assert(fbl::is_pod<ContextEntry>::value, "not POD"); argument
370 static_assert(sizeof(ContextEntry) == 16, "wrong size");
374 ContextEntry entry[kNumEntries];
A Dcontext_table_state.cpp83 volatile ds::ContextEntry* entry = &tbl->entry[bdf.packed_dev_and_func()]; in CreateDeviceContext()

Completed in 11 milliseconds