class PmmMock
Defined at line 24 of file ../../zircon/kernel/dev/iommu/arm_smmu/tests/mocks/include/vm/pmm.h
Public Methods
zx_status_t AllocPage (uint32_t alloc_flags, vm_page_t ** p)
Defined at line 11 of file ../../zircon/kernel/dev/iommu/arm_smmu/tests/mocks/pmm.cc
PmmMock & Get ()
Defined at line 26 of file ../../zircon/kernel/dev/iommu/arm_smmu/tests/mocks/include/vm/pmm.h
void Free (VmPageDoublyLinkedList * list)
Defined at line 39 of file ../../zircon/kernel/dev/iommu/arm_smmu/tests/mocks/pmm.cc
size_t GetAllocatedPageCount ()
Defined at line 52 of file ../../zircon/kernel/dev/iommu/arm_smmu/tests/mocks/pmm.cc
vm_page_t * PaddrToVmPage (paddr_t pa)
Defined at line 57 of file ../../zircon/kernel/dev/iommu/arm_smmu/tests/mocks/pmm.cc
void SetAllocationLimit (uint64_t limit)
Defined at line 66 of file ../../zircon/kernel/dev/iommu/arm_smmu/tests/mocks/pmm.cc
void ClearAllocationLimit ()
Defined at line 71 of file ../../zircon/kernel/dev/iommu/arm_smmu/tests/mocks/pmm.cc