Searched refs:CMA_POOL_IOC_MAGIC (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | mdrv_cma_pool_io.h | 33 #define CMA_POOL_IOC_MAGIC 'P' macro 35 #define CMA_POOL_IOC_INIT _IOWR(CMA_POOL_IOC_MAGIC, 0x00, struct cma_heap_info) 36 #define CMA_POOL_IOC_ALLOC _IOWR(CMA_POOL_IOC_MAGIC, 0x02, struct cma_alloc_args) 37 #define CMA_POOL_IOC_FREE _IOWR(CMA_POOL_IOC_MAGIC, 0x03, struct cma_free_args) 38 #define CMA_POOL_IOC_RELEASE _IOW(CMA_POOL_IOC_MAGIC, 0x04, unsigned int) 39 #define CMA_POOL_IOC_GET_HEAP_INFO_FROM_PA _IOWR(CMA_POOL_IOC_MAGIC, 0x05, struct cma_get_info_fr… 40 #define CMA_POOL_IOC_KERNEL_MODE_GET_USER_VA _IOWR(CMA_POOL_IOC_MAGIC, 0x06, struct cma_heap_get_… 41 #define CMA_POOL_IOC_KERNEL_MODE_MAPPING_USER_VA_PAGE _IOWR(CMA_POOL_IOC_MAGIC, 0x07, struct cma_m…
|