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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dmem_map.h28 #ifndef L2_START
29 # define L2_START 0 macro
H A Dcacheflush.h95 if (addr >= L2_START && addr < L2_START + L2_LENGTH)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/cplb-mpu/
H A Dcplbmgr.c118 if (L2_LENGTH && addr >= L2_START && addr < L2_START + L2_LENGTH) {
119 addr = L2_START;
215 if (L2_LENGTH && addr >= L2_START && addr < L2_START + L2_LENGTH) {
216 addr = L2_START;
354 if (L2_LENGTH && addr >= L2_START && addr < L2_START + L2_LENGTH) {
355 addr = L2_START;
H A Dcplbinit.c84 dcplb_tbl[cpu][i_d].addr = L2_START;
86 icplb_tbl[cpu][i_i].addr = L2_START;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/cplb-nompu/
H A Dcplbinit.c146 dcplb_bounds[i_d].eaddr = L2_START;
149 dcplb_bounds[i_d].eaddr = L2_START + L2_LENGTH;
186 icplb_bounds[i_i].eaddr = L2_START;
189 icplb_bounds[i_i].eaddr = L2_START + L2_LENGTH;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf548/include/mach/
H A Dmem_map.h75 #define L2_START 0xFEB00000 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dvmlinux.lds.S227 .text_data_l2 L2_START : AT(__data_b_l1_lma + __data_b_l1_len)
H A Dprocess.c417 if (in_mem_const(addr, size, L2_START, L2_LENGTH))
500 if (in_mem_const_off(addr, size, _ebss_l2 - _stext_l2, L2_START, L2_LENGTH))
H A Dkgdb.c431 if (IN_MEM(addr, BREAK_INSTR_SIZE, L2_START, L2_LENGTH))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf561/include/mach/
H A Dmem_map.h101 #define L2_START 0xFEB00000 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mm/
H A Dsram-alloc.c199 (void *)L2_START + (_ebss_l2 - _stext_l2);
391 if (addr >= (void *)L2_START
392 && addr < (void *)(L2_START + L2_LENGTH))

Completed in 64 milliseconds