Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/agpgart/
H A Dagpgart.c1498 (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()
1506 KMEMP(entryp->kte_memhdl)->kmem_handle = NULL; in agp_dealloc_kmem()
2057 &(KMEMP(keyentry.kte_memhdl)->kmem_handle))) { in agp_alloc_kmem()
2064 KMEMP(keyentry.kte_memhdl)->kmem_handle, in agp_alloc_kmem()
[all …]
/titanic_50/usr/src/uts/common/sys/agp/
H A Dagpgart_impl.h167 #define KMEMP(p) ((agp_kmem_handle_t *)p) macro