Lines Matching refs:part
23 struct sram_partition *part) in sram_check_protect_exec() argument
25 unsigned long base = (unsigned long)part->base; in sram_check_protect_exec()
37 int sram_add_protect_exec(struct sram_partition *part) in sram_add_protect_exec() argument
40 list_add_tail(&part->list, &exec_pool_list); in sram_add_protect_exec()
76 struct sram_partition *part = NULL, *p; in sram_exec_copy() local
85 part = p; in sram_exec_copy()
89 if (!part) in sram_exec_copy()
95 base = (unsigned long)part->base; in sram_exec_copy()
98 mutex_lock(&part->lock); in sram_exec_copy()
113 mutex_unlock(&part->lock); in sram_exec_copy()
118 mutex_unlock(&part->lock); in sram_exec_copy()