Searched refs:RootTable (Results 1 – 3 of 3) sorted by relevance
120 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()
321 struct RootTable { struct325 static_assert(fbl::is_pod<RootTable>::value, "not POD"); argument326 static_assert(sizeof(RootTable) == 4096, "wrong size");
725 volatile ds::RootTable* root_table = this->root_table(); in GetOrCreateContextTableLocked()
Completed in 9 milliseconds