Searched defs:cmm_allocator (Results 1 – 1 of 1) sorted by relevance
61 struct cmm_allocator { /* sma */ struct62 unsigned int shm_base; /* Start of physical SM block */63 u32 sm_size; /* Size of SM block in bytes */64 unsigned int vm_base; /* Start of VM block. (Dev driver66 u32 dsp_phys_addr_offset; /* DSP PA to GPP PA offset for this68 s8 c_factor; /* DSPPa to GPPPa Conversion Factor */69 unsigned int dsp_base; /* DSP virt base byte address */70 u32 dsp_size; /* DSP seg size in bytes */71 struct cmm_object *cmm_mgr; /* back ref to parent mgr */73 struct list_head free_list;[all …]