Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/misc/
H A Dsram.h39 int sram_check_protect_exec(struct sram_dev *sram, struct sram_reserve *block,
43 static inline int sram_check_protect_exec(struct sram_dev *sram, in sram_check_protect_exec() function
H A Dsram-exec.c30 int sram_check_protect_exec(struct sram_dev *sram, struct sram_reserve *block, in sram_check_protect_exec() function
H A Dsram.c113 ret = sram_check_protect_exec(sram, block, part); in sram_add_partition()