Searched refs:root_table (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/kernel/dev/iommu/intel/
H A Diommu_impl.cpp723 volatile ds::RootTable* root_table = this->root_table(); local
724 DEBUG_ASSERT(root_table);
726 volatile ds::RootEntrySubentry* target_entry = &root_table->entry[bdf.bus()].lower;
730 target_entry = &root_table->entry[bdf.bus()].upper;
H A Diommu_impl.h120 volatile ds::RootTable* root_table() const TA_REQ(lock_) {

Completed in 24 milliseconds