Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/
Dsram.h8 struct sram_partition { struct
24 struct sram_partition *partition; argument
40 struct sram_partition *part);
41 int sram_add_protect_exec(struct sram_partition *part);
45 struct sram_partition *part) in sram_check_protect_exec()
50 static inline int sram_add_protect_exec(struct sram_partition *part) in sram_add_protect_exec()
Dsram-exec.c31 struct sram_partition *part) in sram_check_protect_exec()
45 int sram_add_protect_exec(struct sram_partition *part) in sram_add_protect_exec()
84 struct sram_partition *part = NULL, *p; in sram_exec_copy()
Dsram.c29 struct sram_partition *part; in sram_read()
31 part = container_of(attr, struct sram_partition, battr); in sram_read()
44 struct sram_partition *part; in sram_write()
46 part = container_of(attr, struct sram_partition, battr); in sram_write()
56 phys_addr_t start, struct sram_partition *part) in sram_add_pool()
76 phys_addr_t start, struct sram_partition *part) in sram_add_export()
97 struct sram_partition *part = &sram->partition[sram->partitions]; in sram_add_partition()
131 struct sram_partition *part; in sram_free_partitions()