Home
last modified time | relevance | path

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

/kernel/dev/iommu/intel/
A Ddevice_context.h30 volatile ds::ExtendedContextEntry* context_entry,
66 volatile ds::ExtendedContextEntry* context_entry);
93 volatile ds::ExtendedContextEntry* const extended_context_entry_;
A Ddevice_context.cpp26 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()
A Dhw.h379 struct ExtendedContextEntry { struct
410 void ReadFrom(volatile ExtendedContextEntry* dst) { in ReadFrom() argument
417 void WriteTo(volatile ExtendedContextEntry* dst) { in WriteTo() argument
446 static_assert(fbl::is_pod<ExtendedContextEntry>::value, "not POD"); argument
447 static_assert(sizeof(ExtendedContextEntry) == 32, "wrong size");
451 ExtendedContextEntry entry[kNumEntries];
A Dcontext_table_state.cpp79 volatile ds::ExtendedContextEntry* entry = &tbl->entry[bdf.packed_dev_and_func() & 0x7f]; in CreateDeviceContext()

Completed in 9 milliseconds