Searched refs:KMEMP (Results 1 – 2 of 2) sorted by relevance
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()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 …]
167 #define KMEMP(p) ((agp_kmem_handle_t *)p) macro