Searched refs:muram_pool (Results 1 – 1 of 1) sorted by relevance
27 static struct gen_pool *muram_pool; variable67 muram_pool = gen_pool_create(0, -1); in cpm_muram_init()68 if (!muram_pool) { in cpm_muram_init()83 ret = gen_pool_add(muram_pool, r.start - muram_pbase + in cpm_muram_init()99 gen_pool_destroy(muram_pool); in cpm_muram_init()123 start = gen_pool_alloc_algo(muram_pool, size, algo, data); in cpm_muram_alloc_common()185 gen_pool_free(muram_pool, offset + GENPOOL_OFFSET, size); in cpm_muram_free()