Searched refs:L2_LENGTH (Results 1 - 15 of 15) sorted by relevance

/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.h77 # define L2_LENGTH 0 macro
79 # define L2_LENGTH 0x10000 macro
81 # define L2_LENGTH 0x20000 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dsections.h42 (L2_LENGTH &&
59 (L2_LENGTH &&
H A Dmem_map.h30 # define L2_LENGTH 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/
H A Dkgdb_test.c38 #if L2_LENGTH
69 #if L2_LENGTH
H A Dvmlinux.lds.S100 #if !L2_LENGTH
251 ASSERT (__l2_len <= L2_LENGTH, "L2 overflow!")
H A Dsetup.c123 if (L2_LENGTH)
147 if (L2_LENGTH)
219 if (L2_LENGTH && l2_len)
1248 if (L2_LENGTH) {
1249 seq_printf(m, "L2 SRAM\t\t: %dKB\n", L2_LENGTH/0x400);
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/kernel/cplb-mpu/
H A Dcplbmgr.c118 if (L2_LENGTH && addr >= L2_START && addr < L2_START + L2_LENGTH) {
215 if (L2_LENGTH && addr >= L2_START && addr < L2_START + L2_LENGTH) {
354 if (L2_LENGTH && addr >= L2_START && addr < L2_START + L2_LENGTH) {
H A Dcplbinit.c83 #if L2_LENGTH > 0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/cplb-nompu/
H A Dcplbinit.c144 if (L2_LENGTH) {
149 dcplb_bounds[i_d].eaddr = L2_START + L2_LENGTH;
184 if (L2_LENGTH) {
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/mm/
H A Dsram-alloc.c57 #if L2_LENGTH != 0
190 #if L2_LENGTH != 0
201 L2_LENGTH - (_ebss_l2 - _stext_l2);
208 L2_LENGTH >> 10,
390 #if L2_LENGTH != 0
392 && addr < (void *)(L2_START + L2_LENGTH))
647 #if L2_LENGTH != 0
683 #if L2_LENGTH != 0
830 #if L2_LENGTH != 0
/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.h102 #define L2_LENGTH 0x20000 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-common/
H A Dhead.S174 #if L2_LENGTH > 0

Completed in 57 milliseconds