Home
last modified time | relevance | path

Searched refs:cache_type (Results 1 – 15 of 15) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/nos/
H A DMsOSmm.c33 MS_U32 cache_type; member
267 …_info_ptr->len == map_param->chunk.length && mmaping_info_ptr->cache_type == map_param->cache_type) in MSOS_MMPool_MapVA()
276 if(map_param->cache_type & MSOSMM_VA_CACHE_WRITE_BACK_Param) in MSOS_MMPool_MapVA()
281 else if(map_param->cache_type & MSOSMM_VA_CACHE_NONE_CACHE_Param) in MSOS_MMPool_MapVA()
319 object->cache_type = map_param->cache_type ; in MSOS_MMPool_MapVA()
H A DMsOSmm.h153 MS_U32 cache_type; //in: cache type of mapping, //0:noncache,1:cache,2:bufferable member
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOSmm.c22 MS_U32 cache_type; member
271 …_info_ptr->len == map_param->chunk.length && mmaping_info_ptr->cache_type == map_param->cache_type) in MSOS_MMPool_MapVA()
279 if(map_param->cache_type & MSOSMM_VA_CACHE_WRITE_BACK_Param) in MSOS_MMPool_MapVA()
283 else if(map_param->cache_type & MSOSMM_VA_CACHE_NONE_CACHE_Param) in MSOS_MMPool_MapVA()
323 object->cache_type = map_param->cache_type ; in MSOS_MMPool_MapVA()
H A DMsOSmm.h153 MS_U32 cache_type; //in: cache type of mapping, //0:noncache,1:cache,2:bufferable member
/utopia/UTPA2-700.0.x/modules/msos/msos/optee/
H A DMsOSmm.c43 MS_U32 cache_type; member
278 …_info_ptr->len == map_param->chunk.length && mmaping_info_ptr->cache_type == map_param->cache_type) in MSOS_MMPool_MapVA()
287 if(map_param->cache_type & MSOSMM_VA_CACHE_WRITE_BACK_Param) in MSOS_MMPool_MapVA()
292 else if(map_param->cache_type & MSOSMM_VA_CACHE_NONE_CACHE_Param) in MSOS_MMPool_MapVA()
329 object->cache_type = map_param->cache_type ; in MSOS_MMPool_MapVA()
H A DMsOSmm.h154 MS_U32 cache_type; //in: cache type of mapping, //0:noncache,1:cache,2:bufferable member
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DMsOSmm.c26 MS_U32 cache_type; member
274 …_info_ptr->len == map_param->chunk.length && mmaping_info_ptr->cache_type == map_param->cache_type) in MSOS_MMPool_MapVA()
282 if(map_param->cache_type & MSOSMM_VA_CACHE_WRITE_BACK_Param) in MSOS_MMPool_MapVA()
286 else if(map_param->cache_type & MSOSMM_VA_CACHE_NONE_CACHE_Param) in MSOS_MMPool_MapVA()
326 object->cache_type = map_param->cache_type ; in MSOS_MMPool_MapVA()
H A DMsOSmm.h152 MS_U32 cache_type; //in: cache type of mapping, //0:noncache,1:cache,2:bufferable member
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOSmm.c363 IPA_map_param.cache_type = map_param->cache_type; in MSOS_MMPool_MapVA()
752 if(map_param->cache_type & MSOSMM_VA_CACHE_WRITE_BACK_Param) in MSOS_MMPool_MapVA()
759 else if(map_param->cache_type & MSOSMM_VA_CACHE_NONE_CACHE_Param) in MSOS_MMPool_MapVA()
784 if(map_param->cache_type & MSOSMM_VA_CACHE_WRITE_BACK_Param) in MSOS_MMPool_MapVA()
788 else if(map_param->cache_type & MSOSMM_VA_CACHE_NONE_CACHE_Param) in MSOS_MMPool_MapVA()
1087 if(map_param->cache_type & MSOSMM_VA_CACHE_WRITE_BACK_Param) in MSOS_MMPool_MapVA()
1091 else if(map_param->cache_type & MSOSMM_VA_CACHE_NONE_CACHE_Param) in MSOS_MMPool_MapVA()
H A DdrvIPAPool.c720 (unsigned long)map_param->offset_in_pool, (unsigned long)map_param->length,map_param->cache_type); in MApi_IPA_Pool_MapUserVA()
738 map_args.map_va_type = map_param->cache_type; in MApi_IPA_Pool_MapUserVA()
745 … (unsigned long)map_param->offset_in_pool, (unsigned long)map_param->length,map_param->cache_type); in MApi_IPA_Pool_MapUserVA()
771 if(IPA_VA_CACHE_NONE_CACHE_Param == map_param->cache_type) in MApi_IPA_Pool_MapUserVA()
H A DMsOSmm.h152 MS_U32 cache_type; //in: cache type of mapping, //0:noncache,1:cache,2:bufferable member
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DdrvIPAPool.c683 …ed int)map_param->offset_in_pool, (long long unsigned int)map_param->length,map_param->cache_type);
703 map_args.map_va_type = map_param->cache_type;
712 …ed int)map_param->offset_in_pool, (long long unsigned int)map_param->length,map_param->cache_type);
733 if(IPA_VA_CACHE_NONE_CACHE_Param == map_param->cache_type)
860 …ed int)map_param->offset_in_pool, (long long unsigned int)map_param->length,map_param->cache_type); in MApi_IPA_Pool_MapKerVA()
880 map_args.map_va_type = map_param->cache_type; in MApi_IPA_Pool_MapKerVA()
891 …ed int)map_param->offset_in_pool, (long long unsigned int)map_param->length,map_param->cache_type); in MApi_IPA_Pool_MapKerVA()
912 if(IPA_VA_CACHE_NONE_CACHE_Param == map_param->cache_type) in MApi_IPA_Pool_MapKerVA()
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvIPAPool_v2.h183 enum IPA_MAP_VA_TYPE_Param cache_type; //in cache type of mapping member
H A DdrvIPAPool.h184 enum IPA_MAP_VA_TYPE_Param cache_type; //in cache type of mapping member
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt19865 enum IPA_MAP_VA_TYPE_Param cache_type;
50148 enum IPA_MAP_VA_TYPE_Param cache_type;