class IommuDispatcher
Defined at line 17 of file ../../zircon/kernel/object/include/object/iommu_dispatcher.h
Public Methods
zx_obj_type_t get_type ()
Defined at line 23 of file ../../zircon/kernel/object/include/object/iommu_dispatcher.h
Iommu & iommu ()
Defined at line 25 of file ../../zircon/kernel/object/include/object/iommu_dispatcher.h
zx_status_t Create (uint32_t type, ktl::unique_ptr<const uint8_t[]> desc, size_t desc_len, KernelHandle<IommuDispatcher> * handle, zx_rights_t * rights)
Defined at line 26 of file ../../zircon/kernel/object/iommu_dispatcher.cc
void ~IommuDispatcher ()
Defined at line 81 of file ../../zircon/kernel/object/iommu_dispatcher.cc