Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Dmdrv_cma_pool_io.h39 #define CMA_POOL_IOC_GET_HEAP_INFO_FROM_PA _IOWR(CMA_POOL_IOC_MAGIC, 0x05, struct cma_get_info_fr… macro
H A DdrvCMAPool.c457 if(ioctl(fd,CMA_POOL_IOC_GET_HEAP_INFO_FROM_PA,&get_info_args)) in CMA_Pool_Get_Info_From_PA()