Home
last modified time | relevance | path

Searched refs:RootTable (Results 1 – 3 of 3) sorted by relevance

/kernel/dev/iommu/intel/
A Diommu_impl.h120 volatile ds::RootTable* root_table() const TA_REQ(lock_) { in root_table()
121 return reinterpret_cast<volatile ds::RootTable*>(root_table_page_.vaddr()); in root_table()
A Dhw.h321 struct RootTable { struct
325 static_assert(fbl::is_pod<RootTable>::value, "not POD"); argument
326 static_assert(sizeof(RootTable) == 4096, "wrong size");
A Diommu_impl.cpp725 volatile ds::RootTable* root_table = this->root_table(); in GetOrCreateContextTableLocked()

Completed in 9 milliseconds