Searched refs:KMEM_NON_PAGEABLE (Results 1 – 5 of 5) sorted by relevance
72 umem_cookie->type = KMEM_NON_PAGEABLE; in gfxp_umem_cookie_init()
106 #define KMEM_NON_PAGEABLE 0x200 /* locked kernel memeory */ macro
957 umem_cookiep->type = KMEM_NON_PAGEABLE; in xsvc_umem_cookie_alloc()
1536 case KMEM_NON_PAGEABLE: in segdev_faultpage()3946 cp->type = KMEM_NON_PAGEABLE; in ddi_umem_alloc()3999 case KMEM_NON_PAGEABLE : in ddi_umem_free()
8760 if ((p->type != UMEM_LOCKED) && (p->type != KMEM_NON_PAGEABLE)) { in ddi_umem_iosetup()8765 ASSERT((p->type == KMEM_NON_PAGEABLE) ? in ddi_umem_iosetup()