Home
last modified time | relevance | path

Searched refs:sram_partition (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/misc/
H A Dsram.h13 struct sram_partition { struct
31 struct sram_partition *partition; argument
48 struct sram_partition *part);
49 int sram_add_protect_exec(struct sram_partition *part);
53 struct sram_partition *part) in sram_check_protect_exec()
58 static inline int sram_add_protect_exec(struct sram_partition *part) in sram_add_protect_exec()
H A Dsram-exec.c23 struct sram_partition *part) in sram_check_protect_exec()
37 int sram_add_protect_exec(struct sram_partition *part) in sram_add_protect_exec()
76 struct sram_partition *part = NULL, *p; in sram_exec_copy()