Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOSmm.c318 MS_BOOL __attribute__((weak)) MSOS_MMPool_PutMem(struct MSOS_MMPool_PutMem_Param * put_param) in MSOS_MMPool_PutMem() argument
324 if(put_param == NULL) in MSOS_MMPool_PutMem()
330 IPA_put_param.pool_handle_id =put_param->chunk.pool_handle_id; in MSOS_MMPool_PutMem()
331 IPA_put_param.length = put_param->chunk.length; in MSOS_MMPool_PutMem()
332 IPA_put_param.offset_in_pool = put_param->chunk.offset_in_pool; in MSOS_MMPool_PutMem()
336 …VPRINTF("\033[1;41m[%s] [%d] Id %d FAIL\033[m\n",__FUNCTION__,__LINE__,put_param->chunk.pool_handl… in MSOS_MMPool_PutMem()
682 MS_BOOL __attribute__((weak)) MSOS_MMPool_PutMem(struct MSOS_MMPool_PutMem_Param * put_param) in MSOS_MMPool_PutMem() argument
690 if(put_param == NULL) in MSOS_MMPool_PutMem()
698 ret = Get_Mm_Phyaddr(put_param->chunk.pool_handle_id, &phyaddr,&index); in MSOS_MMPool_PutMem()
706 free_param.pool_handle_id =put_param->chunk.pool_handle_id; in MSOS_MMPool_PutMem()
[all …]
H A DdrvIPAPool.c581 MS_BOOL __attribute__((weak)) MApi_IPA_Pool_PutMem(struct IPA_Pool_PutMem_Param * put_param) in MApi_IPA_Pool_PutMem() argument
593 ipa_free_args.pool_handle_id = put_param->pool_handle_id; in MApi_IPA_Pool_PutMem()
594 ipa_free_args.offset_in_pool = put_param->offset_in_pool; in MApi_IPA_Pool_PutMem()
595 ipa_free_args.length = put_param->length; in MApi_IPA_Pool_PutMem()
602put_param->pool_handle_id, (unsigned long)put_param->offset_in_pool,(unsigned long)put_param->leng… in MApi_IPA_Pool_PutMem()
H A DMsOSmm.h225 MS_BOOL __attribute__((weak)) MSOS_MMPool_PutMem(struct MSOS_MMPool_PutMem_Param * put_param);
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DdrvIPAPool.c509 MS_BOOL __attribute__((weak)) MApi_IPA_Pool_PutMem(struct IPA_Pool_PutMem_Param * put_param) in MApi_IPA_Pool_PutMem() argument
523put_param->pool_handle_id, (long long unsigned int)put_param->length, (long long unsigned int)put_… in MApi_IPA_Pool_PutMem()
533 ipa_free_args.pool_handle_id = put_param->pool_handle_id; in MApi_IPA_Pool_PutMem()
534 ipa_free_args.offset_in_pool = put_param->offset_in_pool; in MApi_IPA_Pool_PutMem()
535 ipa_free_args.length = put_param->length; in MApi_IPA_Pool_PutMem()
542put_param->pool_handle_id, (long long unsigned int)put_param->offset_in_pool, (long long unsigned … in MApi_IPA_Pool_PutMem()
1607 struct IPA_Pool_PutMem_Param put_param; in test_case_2() local
1608 put_param.length=PAGE; in test_case_2()
1609 put_param.offset_in_pool=0; in test_case_2()
1610 put_param.pool_handle_id =Init_Param.pool_handle_id; in test_case_2()
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOSmm.h226 MS_BOOL __attribute__((weak)) MSOS_MMPool_PutMem(struct MSOS_MMPool_PutMem_Param * put_param);
H A DMsOSmm.c238 MS_BOOL __attribute__((weak)) MSOS_MMPool_PutMem(struct MSOS_MMPool_PutMem_Param * put_param) in MSOS_MMPool_PutMem() argument
/utopia/UTPA2-700.0.x/modules/msos/msos/nos/
H A DMsOSmm.h227 MS_BOOL __attribute__((weak)) MSOS_MMPool_PutMem(struct MSOS_MMPool_PutMem_Param * put_param);
H A DMsOSmm.c233 MS_BOOL __attribute__((weak)) MSOS_MMPool_PutMem(struct MSOS_MMPool_PutMem_Param * put_param) in MSOS_MMPool_PutMem() argument
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DMsOSmm.h225 MS_BOOL __attribute__((weak)) MSOS_MMPool_PutMem(struct MSOS_MMPool_PutMem_Param * put_param);
H A DMsOSmm.c241 MS_BOOL __attribute__((weak)) MSOS_MMPool_PutMem(struct MSOS_MMPool_PutMem_Param * put_param) in MSOS_MMPool_PutMem() argument
/utopia/UTPA2-700.0.x/modules/msos/msos/optee/
H A DMsOSmm.h228 MS_BOOL __attribute__((weak)) MSOS_MMPool_PutMem(struct MSOS_MMPool_PutMem_Param * put_param);
H A DMsOSmm.c243 MS_BOOL __attribute__((weak)) MSOS_MMPool_PutMem(struct MSOS_MMPool_PutMem_Param * put_param) in MSOS_MMPool_PutMem() argument
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvIPAPool_v2.h249 MS_BOOL __attribute__((weak)) MApi_IPA_Pool_PutMem(struct IPA_Pool_PutMem_Param * put_param);
H A DdrvIPAPool.h316 MS_BOOL __attribute__((weak)) MApi_IPA_Pool_PutMem(struct IPA_Pool_PutMem_Param * put_param);
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt19931 MS_BOOL __attribute__((weak)) MApi_IPA_Pool_PutMem(struct IPA_Pool_PutMem_Param * put_param);
50260 MS_BOOL __attribute__((weak)) MApi_IPA_Pool_PutMem(struct IPA_Pool_PutMem_Param * put_param);