Searched defs:its_node (Results 1 – 2 of 2) sorted by relevance
97 struct its_node { struct98 raw_spinlock_t lock;99 struct list_head entry;100 void __iomem *base;101 phys_addr_t phys_base;102 struct its_cmd_block *cmd_base;103 struct its_cmd_block *cmd_write;104 struct its_baser tables[GITS_BASER_NR_REGS];105 struct its_collection *collections;106 struct fwnode_handle *fwnode_handle;[all …]
828 struct acpi_iort_node *iommu_node, *its_node = NULL; in iort_iommu_msi_get_resv_regions() local