Lines Matching defs:start
35 s32 start;
85 ret = gen_pool_add(muram_pool, r.start - muram_pbase +
120 s32 start;
125 start = gen_pool_alloc_algo(muram_pool, size, algo, data);
126 if (!start) {
130 start = start - GENPOOL_OFFSET;
131 memset_io(cpm_muram_addr(start), 0, size);
132 entry->start = start;
136 return start;
151 s32 start;
157 start = cpm_muram_alloc_common(size, gen_pool_first_fit_align,
160 return start;
180 if (tmp->start == offset) {
194 * @offset: offset of allocation start address
203 s32 start;
209 start = cpm_muram_alloc_common(size, gen_pool_fixed_alloc,
212 return start;