Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/agpgart/
H A Dagpgart.c898 (uint32_t)((keyent->kte_pfnarray[i]) << GTT_PAGE_SHIFT); in lyr_i8xx_add_to_gtt()
1238 ASSERT(entryp->kte_pfnarray); in agp_fill_empty_keyent()
1254 ASSERT(newentryp->kte_pfnarray == NULL); in agp_fill_empty_keyent()
1298 ASSERT(entryp->kte_pfnarray); in agp_find_bound_keyent()
1495 kmem_free(entryp->kte_pfnarray, sizeof (pfn_t) * entryp->kte_pages); in agp_dealloc_kmem()
1496 entryp->kte_pfnarray = NULL; in agp_dealloc_kmem()
2102 keyentry.kte_pfnarray = (pfn_t *)kmem_zalloc(sizeof (pfn_t) * in agp_alloc_kmem()
2109 keyentry.kte_pfnarray)) { in agp_alloc_kmem()
2115 keyentry.kte_pfnarray, keyentry.kte_pages)); in agp_alloc_kmem()
2117 keyentry.kte_pfnarray, keyentry.kte_pages)) in agp_alloc_kmem()
[all …]
/titanic_50/usr/src/uts/common/sys/agp/
H A Dagpgart_impl.h92 pfn_t *kte_pfnarray; /* page frame numbers allocated */ member