Home
last modified time | relevance | path

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

/arch/blackfin/kernel/
Dvmlinux.lds.S147 .text_l1 L1_CODE_START : AT(LOADADDR(.exit.data) + SIZEOF(.exit.data))
170 .text_l1 L1_CODE_START : AT(__init_data_lma + __init_data_len)
183 __text_l1_lma = LOADADDR(.text_l1);
184 __text_l1_len = SIZEOF(.text_l1);
Dmodule.c45 mod->arch.text_l1 = dest; in module_frob_arch_sections()
281 l1_inst_sram_free(mod->arch.text_l1); in module_arch_cleanup()
/arch/blackfin/include/asm/
Dmodule.h13 Elf_Shdr *text_l1; member