pub(super) unsafe fn init(base_register_vaddr: NonNull<u8>)
Expand description
Initializes the fault reporting function.
ยงSafety
The caller must ensure that the base address is a valid IOMMU base address and that it has exclusive ownership of the IOMMU fault event registers.