Home
last modified time | relevance | path

Searched refs:sram_list_struct (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/blackfin/include/asm/
Dmmu.h11 struct sram_list_struct { struct
12 struct sram_list_struct *next; argument
25 struct sram_list_struct *sram_list; argument
Dmmu_context.h186 struct sram_list_struct *tmp; in destroy_context()
/linux-3.4.99/arch/blackfin/mm/
Dsram-alloc.c706 struct sram_list_struct *lsl, **tmp; in sram_free_with_lsl()
730 struct sram_list_struct *lsl = NULL; in sram_alloc_with_lsl()
733 lsl = kzalloc(sizeof(struct sram_list_struct), GFP_KERNEL); in sram_alloc_with_lsl()
/linux-3.4.99/arch/blackfin/kernel/
Dptrace.c121 struct sram_list_struct *sraml; in is_user_addr_valid()