-
- Downloads
lrdp: iommulib: Refactor methods to find iommu domains
There are several different methods to find all iommu domains. Reorganaize them into different functions. Stop treating iommu_debug_attachments as a pointer (since it is not a pointer but a struct list_head), by replacing: list_head_attachments = ramdump.read_pointer( 'iommu_debug_attachments') list_head_arm_addr = self.ramdump.read_structure_field( list_head_attachments, 'struct list_head', 'prev') with: list_head_attachments = ramdump.address_of( 'iommu_debug_attachments') Change-Id: I096ba602cf374229a0c2d1090899b91e04852885
Please register or sign in to comment