Home
last modified time | relevance | path

Searched refs:ah_pnum (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddditypes.h289 uint_t ah_pnum; /* number of contiguous pages */ member
/illumos-gate/usr/src/uts/sun4/io/
H A Drootnex.c384 hp->ah_pnum = npages; in rootnex_map_regspec()
477 hp->ah_pnum = mmu_btopr(rp->regspec_size + in rootnex_map_handle()
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c1097 hp->ah_pnum = mmu_btopr(rp->regspec_size + in rootnex_map_regspec()
1195 hp->ah_pnum = npages; in rootnex_map_regspec()
1351 hp->ah_pnum = mmu_btopr(rp->regspec_size + pgoffset); in rootnex_map_handle()
/illumos-gate/usr/src/uts/sun4/os/
H A Dddi_impl.c1370 if (fault_pfn >= pfn && fault_pfn < (pfn + hp->ah_pnum)) in impl_acc_check()
/illumos-gate/usr/src/uts/intel/os/
H A Dddi_i86.c221 if (fault_pfn >= pfn && fault_pfn < (pfn + hp->ah_pnum)) in impl_acc_check()