Searched refs:DRM_PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance
78 #define DRM_PAGE_SIZE (1 << DRM_PAGE_SHIFT) macro79 #define DRM_PAGE_OFFSET (DRM_PAGE_SIZE - 1)80 #define DRM_PAGE_MASK ~(DRM_PAGE_SIZE - 1)88 #define PAGE_SIZE DRM_PAGE_SIZE305 #define PAGE_ALIGN(addr) (((addr) + DRM_PAGE_SIZE - 1) & DRM_PAGE_MASK)
142 dev->ctx_bitmap = drm_calloc(1, DRM_PAGE_SIZE, DRM_MEM_CTXBITMAP); in drm_ctxbitmap_init()167 drm_free(dev->ctx_bitmap, DRM_PAGE_SIZE, DRM_MEM_CTXBITMAP); in drm_ctxbitmap_cleanup()