Home
last modified time | relevance | path

Searched refs:L2_LENGTH (Results 1 – 16 of 16) sorted by relevance

/arch/blackfin/mach-bf548/include/mach/
Dmem_map.h77 # define L2_LENGTH 0 macro
79 # define L2_LENGTH 0x10000 macro
81 # define L2_LENGTH 0x20000 macro
/arch/blackfin/kernel/
Dkgdb_test.c37 #if L2_LENGTH
67 #if L2_LENGTH in kgdb_test_proc_read()
96 #if L2_LENGTH in kgdbtest_init()
Dvmlinux.lds.S101 #if !L2_LENGTH
248 ASSERT (__l2_len <= L2_LENGTH, "L2 overflow!")
Dsetup.c132 if (L2_LENGTH) in bfin_setup_caches()
156 if (L2_LENGTH) in bfin_setup_caches()
231 if (L2_LENGTH && l2_len) in bfin_relocate_l1_mem()
1406 if (L2_LENGTH) {
1407 seq_printf(m, "L2 SRAM\t\t: %dKB\n", L2_LENGTH/0x400);
Dprocess.c335 if (in_mem_const(addr, size, L2_START, L2_LENGTH)) in bfin_mem_access_type()
423 if (in_mem_const_off(addr, size, _ebss_l2 - _stext_l2, L2_START, L2_LENGTH)) in _access_ok()
Dkgdb.c449 if (IN_MEM(addr, BREAK_INSTR_SIZE, L2_START, L2_LENGTH)) in kgdb_validate_break_address()
/arch/blackfin/include/asm/
Dcacheflush.h47 if (start >= L2_START && end <= L2_START + L2_LENGTH) in flush_icache_range()
67 if (start >= L2_START && end <= L2_START + L2_LENGTH) { in flush_icache_range()
111 if (addr >= L2_START && addr < L2_START + L2_LENGTH) in bfin_addr_dcacheable()
Dsections.h42 (L2_LENGTH && in arch_is_kernel_text()
59 (L2_LENGTH && in arch_is_kernel_data()
Dmem_map.h30 # define L2_LENGTH 0 macro
/arch/blackfin/kernel/cplb-mpu/
Dcplbmgr.c118 if (L2_LENGTH && addr >= L2_START && addr < L2_START + L2_LENGTH) { in dcplb_miss()
217 if (L2_LENGTH && addr >= L2_START && addr < L2_START + L2_LENGTH) { in icplb_miss()
356 if (L2_LENGTH && addr >= L2_START && addr < L2_START + L2_LENGTH) { in set_mask_dcplbs()
Dcplbinit.c83 #if L2_LENGTH > 0 in generate_cplb_tables_cpu()
/arch/blackfin/kernel/cplb-nompu/
Dcplbinit.c162 if (L2_LENGTH) { in generate_cplb_tables_all()
167 dcplb_bounds[i_d].eaddr = L2_START + L2_LENGTH; in generate_cplb_tables_all()
202 if (L2_LENGTH) { in generate_cplb_tables_all()
207 icplb_bounds[i_i].eaddr = L2_START + L2_LENGTH; in generate_cplb_tables_all()
/arch/blackfin/mm/
Dsram-alloc.c58 #if L2_LENGTH != 0
215 #if L2_LENGTH != 0 in l2_sram_init()
238 L2_LENGTH - (_ebss_l2 - _stext_l2); in l2_sram_init()
245 L2_LENGTH >> 10, in l2_sram_init()
427 #if L2_LENGTH != 0 in sram_free()
429 && addr < (void *)(L2_START + L2_LENGTH)) in sram_free()
684 #if L2_LENGTH != 0 in l2_sram_alloc()
720 #if L2_LENGTH != 0 in l2_sram_free()
865 #if L2_LENGTH != 0 in sram_proc_show()
/arch/blackfin/mach-bf609/include/mach/
Dmem_map.h84 #define L2_LENGTH 0x40000 macro
/arch/blackfin/mach-bf561/include/mach/
Dmem_map.h102 #define L2_LENGTH 0x20000 macro
/arch/blackfin/mach-common/
Dhead.S136 #if L2_LENGTH > 0