Searched refs:dvma_len (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_mmu.h100 uint32_t dvma_len; member in struct:px_dvma_range_prop
H A Dpx_mmu.c81 (dvma_prop->dvma_len - 1);
82 tsb_entries = MMU_BTOP(dvma_prop->dvma_len);
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_iommu.h205 uint32_t dvma_len; member in struct:pci_dvma_range_prop
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Ddb21554.c1169 uint32_t dvma_len = 0; local
1186 dvma_len = dvma_prop[1];
1199 dvma_len = db_dvma_len;
1203 "DVMA Range is %lx,%lx\n", dvma_start, dvma_len);
1229 if ((dvma_size[0] + dvma_size[1]) < dvma_len)
1238 new_dvma_len = dvma_len;
1249 new_dvma_len = dvma_len - db_allocd;
1256 if ((db_allocd != dvma_len) && dvma_size[1]) {
1270 if (db_allocd != dvma_len) {
H A Dpci_iommu.c113 pci_dvma_range.dvma_len = (uint32_t)
H A Dpcipsy.c1212 (dvma_prop->dvma_len - 1);
1213 tsb_size_prop = IOMMU_BTOP(dvma_prop->dvma_len) * sizeof (uint64_t);
H A Dpcisch.c1219 (dvma_prop->dvma_len - 1);
1220 tsb_size_prop = IOMMU_BTOP(dvma_prop->dvma_len) * sizeof (uint64_t);
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_lib4u.c232 px_dvma_range.dvma_len = (uint32_t)

Completed in 100 milliseconds