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