Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/agp/
H A Dagpgart_impl.h165 } agpgart_ctx_t; typedef
/titanic_50/usr/src/uts/intel/io/agpgart/
H A Dagpgart.c200 agpgart_ctx_t *ctxp, *newctxp1, *newctxp2; in agp_devmap_unmap()
206 ctxp = (agpgart_ctx_t *)devprivate; in agp_devmap_unmap()
211 newctxp1 = kmem_zalloc(sizeof (agpgart_ctx_t), KM_SLEEP); in agp_devmap_unmap()
218 newctxp2 = kmem_zalloc(sizeof (agpgart_ctx_t), KM_SLEEP); in agp_devmap_unmap()
249 agpgart_ctx_t *newctxp; in agp_devmap_map()
269 newctxp = kmem_zalloc(sizeof (agpgart_ctx_t), KM_SLEEP); in agp_devmap_map()
282 agpgart_ctx_t *newctxp, *ctxp; in agp_devmap_dup()
288 ctxp = (agpgart_ctx_t *)devprivate; in agp_devmap_dup()
291 newctxp = kmem_zalloc(sizeof (agpgart_ctx_t), KM_SLEEP); in agp_devmap_dup()