Searched defs:sbus_soft_state (Results 1 – 1 of 1) sorted by relevance
252 struct sbus_soft_state { struct253 dev_info_t *dip; /* dev info of myself */254 int upa_id; /* UPA ID of this SYSIO */259 caddr_t address;264 ddi_acc_handle_t ac;266 volatile uint64_t *iommu_flush_reg; /* IOMMU regs */267 volatile uint64_t *iommu_ctrl_reg;268 volatile uint64_t *tsb_base_addr; /* Hardware reg for phys TSB base */269 volatile uint64_t *soft_tsb_base_addr; /* virtual address of TSB base */270 volatile uint64_t *iommu_tlb_tag;[all …]