Lines Matching refs:part
31 struct sram_partition *part)
33 unsigned long base = (unsigned long)part->base;
45 int sram_add_protect_exec(struct sram_partition *part)
48 list_add_tail(&part->list, &exec_pool_list);
57 * @pool: struct gen_pool retrieved that is part of this sram
84 struct sram_partition *part = NULL, *p;
93 part = p;
97 if (!part)
103 base = (unsigned long)part->base;
106 mutex_lock(&part->lock);
124 mutex_unlock(&part->lock);
129 mutex_unlock(&part->lock);