Home
last modified time | relevance | path

Searched refs:sram_add_protect_exec (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/misc/
H A Dsram.h41 int sram_add_protect_exec(struct sram_partition *part);
50 static inline int sram_add_protect_exec(struct sram_partition *part) in sram_add_protect_exec() function
H A Dsram-exec.c45 int sram_add_protect_exec(struct sram_partition *part) in sram_add_protect_exec() function
H A Dsram.c121 sram_add_protect_exec(part); in sram_add_partition()