Searched refs:sram_reserve (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/misc/
H A Dsram.h35 struct sram_reserve { struct
47 int sram_check_protect_exec(struct sram_dev *sram, struct sram_reserve *block,
52 struct sram_reserve *block,
H A Dsram.c55 static int sram_add_pool(struct sram_dev *sram, struct sram_reserve *block,
75 static int sram_add_export(struct sram_dev *sram, struct sram_reserve *block,
93 static int sram_add_partition(struct sram_dev *sram, struct sram_reserve *block,
167 struct sram_reserve *ra = list_entry(a, struct sram_reserve, list);
168 struct sram_reserve *rb = list_entry(b, struct sram_reserve, list);
177 struct sram_reserve *rblocks, *block;
H A Dsram-exec.c22 int sram_check_protect_exec(struct sram_dev *sram, struct sram_reserve *block,

Completed in 578 milliseconds