Home
last modified time | relevance | path

Searched refs:sbus_io_lo_pfn (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsysiosbus.h319 pfn_t sbus_io_lo_pfn; member
394 #define IS_INTRA_SBUS(softsp, pfn) (pfn >= softsp->sbus_io_lo_pfn && \
/illumos-gate/usr/src/uts/sun4u/io/
H A Diommu.c202 softsp->sbus_io_lo_pfn = UINT32_MAX; in iommu_init()
216 softsp->sbus_io_lo_pfn = (lopfn < softsp->sbus_io_lo_pfn) ? in iommu_init()
217 lopfn : softsp->sbus_io_lo_pfn; in iommu_init()