Searched refs:pt_ (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/kernel/arch/x86/
H A Dmmu.cpp565 pt_ = mmu;
571 LTRACEF("kernel aspace: pt phys %#" PRIxPTR ", virt %p\n", pt_->phys(), pt_->virt());
574 pt_ = ept;
580 LTRACEF("guest paspace: pt phys %#" PRIxPTR ", virt %p\n", pt_->phys(), pt_->virt());
583 pt_ = mmu;
595 LTRACEF("user aspace: pt phys %#" PRIxPTR ", virt %p\n", pt_->phys(), pt_->virt());
607 static_cast<X86PageTableEpt*>(pt_)
[all...]
/fuchsia/zircon/kernel/arch/x86/include/arch/
H A Daspace.h93 paddr_t arch_table_phys() const override { return pt_->phys(); }
94 paddr_t pt_phys() const { return pt_->phys(); }
95 size_t pt_pages() const { return pt_->pages(); }
116 // Embedded storage for the object pointed to by |pt_|.
121 X86PageTableBase* pt_; member in class:final
/fuchsia/zircon/kernel/arch/x86/page_tables/
H A Dpage_tables.cpp177 // that |pt_->lock_| is held here.
179 DEBUG_ASSERT(pt_->lock_.IsHeld());
182 pt_->pages_--;
188 // This function must be called while holding pt_->lock_.
191 X86PageTableBase* pt_; member in class:X86PageTableBase::ConsistencyManager
204 : pt_(pt), clf_(pt->needs_cache_flushes()) {
210 DEBUG_ASSERT(pt_ == nullptr);
221 DEBUG_ASSERT(pt_->lock_.IsHeld());
224 if (pt_->needs_cache_flushes()) {
230 pt_
[all...]

Completed in 30 milliseconds