Home
last modified time | relevance | path

Searched defs:IPA_Pool_Init_Args (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Dmdrv_ipa_pool_uapi.h28 struct IPA_Pool_Init_Args struct
30 MS_U32 heap_id; //in: maybe shared with more than one pools which based on this heap
31 …PAPOOL_NAME_MAX_LONG]; //global identify name for pool to shared between multiple process (char*)
33 MS_U64 offset_in_heap; //in: pool location in heap address heap
34 MS_U64 len; //in: pool length inheap address heap
36 MS_U32 map_usage;// MAP_USAGE_APPLICATION or MAP_USAGE_UTOPIA or both
38 MS_U32 pool_handle_id; //out: generate pool id based on heap specified by heap id
39 MS_U32 miu; //out: miu id this heap belongs, index from 0.
40 MS_U32 heap_type;//out: return heap type to application (enum IPA_HEAP_TYPE )
41 MS_S32 error_code; // error code when failed
[all …]