Lines Matching refs:part
31 struct sram_partition *part) in sram_check_protect_exec() argument
33 unsigned long base = (unsigned long)part->base; in sram_check_protect_exec()
45 int sram_add_protect_exec(struct sram_partition *part) in sram_add_protect_exec() argument
48 list_add_tail(&part->list, &exec_pool_list); in sram_add_protect_exec()
84 struct sram_partition *part = NULL, *p; in sram_exec_copy() local
93 part = p; in sram_exec_copy()
97 if (!part) in sram_exec_copy()
103 base = (unsigned long)part->base; in sram_exec_copy()
106 mutex_lock(&part->lock); in sram_exec_copy()
124 mutex_unlock(&part->lock); in sram_exec_copy()
129 mutex_unlock(&part->lock); in sram_exec_copy()