Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/
Dsram.h11 struct sram_partition { struct
27 struct sram_partition *partition; argument
43 struct sram_partition *part);
44 int sram_add_protect_exec(struct sram_partition *part);
48 struct sram_partition *part) in sram_check_protect_exec()
53 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.c42 struct sram_partition *part; in sram_read()
44 part = container_of(attr, struct sram_partition, battr); in sram_read()
57 struct sram_partition *part; in sram_write()
59 part = container_of(attr, struct sram_partition, battr); in sram_write()
69 phys_addr_t start, struct sram_partition *part) in sram_add_pool()
89 phys_addr_t start, struct sram_partition *part) in sram_add_export()
110 struct sram_partition *part = &sram->partition[sram->partitions]; in sram_add_partition()
144 struct sram_partition *part; in sram_free_partitions()