Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/agpgart/
H A Dagpgart.c1237 ASSERT(entryp->kte_memhdl); in agp_fill_empty_keyent()
1243 if (newentryp->kte_memhdl == NULL) { in agp_fill_empty_keyent()
1297 ASSERT(entryp->kte_memhdl); in agp_find_bound_keyent()
1498 (void) ddi_dma_unbind_handle(KMEMP(entryp->kte_memhdl)->kmem_handle); in agp_dealloc_kmem()
1499 KMEMP(entryp->kte_memhdl)->kmem_cookies_num = 0; in agp_dealloc_kmem()
1500 ddi_dma_mem_free(&KMEMP(entryp->kte_memhdl)->kmem_acchdl); in agp_dealloc_kmem()
1501 KMEMP(entryp->kte_memhdl)->kmem_acchdl = NULL; in agp_dealloc_kmem()
1502 KMEMP(entryp->kte_memhdl)->kmem_reallen = 0; in agp_dealloc_kmem()
1503 KMEMP(entryp->kte_memhdl)->kmem_kvaddr = NULL; in agp_dealloc_kmem()
1505 ddi_dma_free_handle(&(KMEMP(entryp->kte_memhdl)->kmem_handle)); in agp_dealloc_kmem()
[all …]
/titanic_41/usr/src/uts/common/sys/agp/
H A Dagpgart_impl.h91 void *kte_memhdl; /* agp_kmem or agp_pmem handle */ member