Searched refs:kte_pgoff (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/agp/
H A Dagpgart_impl.h88 uint32_t kte_pgoff; /* aperture offset bound in pages */ member in struct:keytable_ent
/opensolaris-onvv-gate/usr/src/uts/intel/io/agpgart/
H A Dagpgart.c1292 if (pg_offset < entryp->kte_pgoff)
1294 if (pg_offset >= (entryp->kte_pgoff + entryp->kte_pages))
1337 kpg_end = entryp[key].kte_pgoff + entryp[key].kte_pages;
1338 if (!((pg_end <= entryp[key].kte_pgoff) ||
1448 ASSERT((entryp->kte_pgoff + entryp->kte_pages) <=
1456 entryp->kte_pgoff, entryp->kte_pages,
1467 agp_remove_from_gart(entryp->kte_pgoff,
3088 keyent->kte_pgoff = pg_offset;
3395 local_offset = offset - AGP_PAGES2BYTES(mementry->kte_pgoff);

Completed in 104 milliseconds