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