Searched refs:phys_ (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/kernel/arch/x86/page_tables/include/arch/x86/page_tables/
H A Dpage_tables.h76 paddr_t phys() const { return phys_; }
129 paddr_t phys_ = 0; member in class:X86PageTableBase
/fuchsia/zircon/kernel/arch/x86/
H A Dmmu.cpp503 DEBUG_ASSERT_MSG(!phys_, "page table dtor called before Destroy()");
518 phys_ = pa;
532 phys_ = kernel_pt_phys;
533 virt_ = (pt_entry_t*)X86_PHYS_TO_VIRT(phys_);
/fuchsia/zircon/kernel/vm/
H A Dvm_mapping.cpp402 if (count_ >= fbl::count_of(phys_) || vaddr != base_ + count_ * PAGE_SIZE) {
409 phys_[count_] = paddr;
429 paddr_t phys_[16]; member in class:__anon124::VmMappingCoalescer
450 zx_status_t ret = mapping_->aspace()->arch_aspace().Map(base_, phys_, count_, flags,
/fuchsia/zircon/kernel/arch/x86/page_tables/
H A Dpage_tables.cpp1049 if (phys_) {
1050 pmm_free_page(paddr_to_vm_page(phys_));
1051 phys_ = 0;

Completed in 81 milliseconds