Searched refs:L2_START (Results 1 - 12 of 12) sorted by relevance

/linux-4.4.14/arch/blackfin/include/asm/
H A Dcacheflush.h47 if (start >= L2_START && end <= L2_START + L2_LENGTH) flush_icache_range()
67 if (start >= L2_START && end <= L2_START + L2_LENGTH) { flush_icache_range()
111 if (addr >= L2_START && addr < L2_START + L2_LENGTH) bfin_addr_dcacheable()
H A Dmem_map.h28 #ifndef L2_START
29 # define L2_START 0 macro
/linux-4.4.14/arch/blackfin/kernel/cplb-mpu/
H A Dcplbmgr.c118 if (L2_LENGTH && addr >= L2_START && addr < L2_START + L2_LENGTH) { dcplb_miss()
119 addr = L2_START; dcplb_miss()
217 if (L2_LENGTH && addr >= L2_START && addr < L2_START + L2_LENGTH) { icplb_miss()
218 addr = L2_START; icplb_miss()
356 if (L2_LENGTH && addr >= L2_START && addr < L2_START + L2_LENGTH) { set_mask_dcplbs()
357 addr = L2_START; set_mask_dcplbs()
H A Dcplbinit.c84 dcplb_tbl[cpu][i_d].addr = L2_START; generate_cplb_tables_cpu()
86 icplb_tbl[cpu][i_i].addr = L2_START; generate_cplb_tables_cpu()
/linux-4.4.14/arch/blackfin/kernel/cplb-nompu/
H A Dcplbinit.c164 dcplb_bounds[i_d].eaddr = L2_START; generate_cplb_tables_all()
167 dcplb_bounds[i_d].eaddr = L2_START + L2_LENGTH; generate_cplb_tables_all()
204 icplb_bounds[i_i].eaddr = L2_START; generate_cplb_tables_all()
207 icplb_bounds[i_i].eaddr = L2_START + L2_LENGTH; generate_cplb_tables_all()
/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
H A Dmem_map.h75 #define L2_START 0xFEB00000 macro
/linux-4.4.14/arch/blackfin/mach-bf609/include/mach/
H A Dmem_map.h83 #define L2_START 0xC8080000 macro
/linux-4.4.14/arch/blackfin/mach-bf561/include/mach/
H A Dmem_map.h101 #define L2_START 0xFEB00000 macro
/linux-4.4.14/arch/blackfin/kernel/
H A Dvmlinux.lds.S223 .text_data_l2 L2_START : AT(__data_b_l1_lma + __data_b_l1_len)
H A Dprocess.c335 if (in_mem_const(addr, size, L2_START, L2_LENGTH)) bfin_mem_access_type()
423 if (in_mem_const_off(addr, size, _ebss_l2 - _stext_l2, L2_START, L2_LENGTH)) _access_ok()
H A Dkgdb.c449 if (IN_MEM(addr, BREAK_INSTR_SIZE, L2_START, L2_LENGTH)) kgdb_validate_break_address()
/linux-4.4.14/arch/blackfin/mm/
H A Dsram-alloc.c236 (void *)L2_START + (_ebss_l2 - _stext_l2); l2_sram_init()
428 if (addr >= (void *)L2_START sram_free()
429 && addr < (void *)(L2_START + L2_LENGTH)) sram_free()

Completed in 219 milliseconds