Home
last modified time | relevance | path

Searched refs:L1_CODE_LENGTH (Results 1 – 17 of 17) sorted by relevance

/arch/blackfin/mach-common/
Dpm.c60 L1_CODE_LENGTH); in bf53x_suspend_l1_mem()
61 dma_memcpy_nocache(memptr + L1_CODE_LENGTH, in bf53x_suspend_l1_mem()
63 dma_memcpy_nocache(memptr + L1_CODE_LENGTH + L1_DATA_A_LENGTH, in bf53x_suspend_l1_mem()
65 memcpy(memptr + L1_CODE_LENGTH + L1_DATA_A_LENGTH + in bf53x_suspend_l1_mem()
74 dma_memcpy_nocache((void *) L1_CODE_START, memptr, L1_CODE_LENGTH); in bf53x_resume_l1_mem()
75 dma_memcpy_nocache((void *) L1_DATA_A_START, memptr + L1_CODE_LENGTH, in bf53x_resume_l1_mem()
77 dma_memcpy_nocache((void *) L1_DATA_B_START, memptr + L1_CODE_LENGTH + in bf53x_resume_l1_mem()
79 memcpy((void *) L1_SCRATCH_START, memptr + L1_CODE_LENGTH + in bf53x_resume_l1_mem()
127 unsigned char *memptr = kmalloc(L1_CODE_LENGTH + L1_DATA_A_LENGTH in bfin_pm_suspend_mem_enter()
/arch/blackfin/mach-bf533/include/mach/
Dmem_map.h46 #define L1_CODE_LENGTH (0x14000 - 0x4000) macro
48 #define L1_CODE_LENGTH 0x14000 macro
84 #define L1_CODE_LENGTH (0xC000 - 0x4000) macro
86 #define L1_CODE_LENGTH 0xC000 macro
121 #define L1_CODE_LENGTH 0x4000 macro
/arch/blackfin/mach-bf537/include/mach/
Dmem_map.h46 #define L1_CODE_LENGTH 0xC000 macro
81 #define L1_CODE_LENGTH 0xC000 macro
118 #define L1_CODE_LENGTH 0xC000 macro
/arch/blackfin/mach-bf538/include/mach/
Dmem_map.h45 #define L1_CODE_LENGTH (0x14000 - 0x4000) macro
47 #define L1_CODE_LENGTH 0x14000 macro
/arch/blackfin/mach-bf518/include/mach/
Dmem_map.h44 #define L1_CODE_LENGTH 0x8000 macro
/arch/blackfin/mach-bf527/include/mach/
Dmem_map.h44 #define L1_CODE_LENGTH 0xC000 macro
/arch/blackfin/mm/
Dsram-alloc.c52 #if L1_CODE_LENGTH != 0
160 #if L1_CODE_LENGTH != 0 in l1_inst_sram_init()
173 L1_CODE_LENGTH - (_etext_l1 - _stext_l1); in l1_inst_sram_init()
180 L1_CODE_LENGTH >> 10, in l1_inst_sram_init()
373 #if L1_CODE_LENGTH != 0 in sram_free()
375 && addr < (void *)(get_l1_code_start() + L1_CODE_LENGTH)) in sram_free()
537 #if L1_CODE_LENGTH != 0 in l1_inst_sram_alloc()
564 #if L1_CODE_LENGTH != 0 in l1_inst_sram_free()
822 #if L1_CODE_LENGTH != 0 in sram_proc_show()
Disram-driver.c65 if (unlikely(addr >= (void *)(L1_CODE_START + L1_CODE_LENGTH))) in isram_write()
96 if (unlikely(addr > (void *)(L1_CODE_START + L1_CODE_LENGTH))) in isram_read()
122 (addr < (void *)(L1_CODE_START + L1_CODE_LENGTH))) { in isram_check_addr()
123 if (unlikely((addr + n) > (void *)(L1_CODE_START + L1_CODE_LENGTH))) { in isram_check_addr()
/arch/blackfin/mach-bf548/include/mach/
Dmem_map.h48 #define L1_CODE_LENGTH 0xC000 macro
/arch/blackfin/mach-bf561/include/mach/
Dmem_map.h51 #define L1_CODE_LENGTH 0x4000 macro
91 # define COREB_L1_CODE_LENGTH L1_CODE_LENGTH
/arch/blackfin/kernel/
Dtraps.c366 if ((fp->pc >= (L1_CODE_START + L1_CODE_LENGTH - 512)) && in trap_c()
367 (fp->pc < (L1_CODE_START + L1_CODE_LENGTH))) { in trap_c()
381 } else if ((fp->rets >= (L1_CODE_START + L1_CODE_LENGTH - 512)) && in trap_c()
382 (fp->rets < (L1_CODE_START + L1_CODE_LENGTH))) { in trap_c()
Dvmlinux.lds.S48 #if !L1_CODE_LENGTH
184 ASSERT (__text_l1_len <= L1_CODE_LENGTH, "L1 text overflow!")
Dprocess.c396 if (in_mem_const(addr, size, L1_CODE_START, L1_CODE_LENGTH)) in bfin_mem_access_type()
474 if (in_mem_const(addr, size, L1_CODE_START, L1_CODE_LENGTH)) in _access_ok()
476 if (in_mem_const_off(addr, size, _etext_l1 - _stext_l1, L1_CODE_START, L1_CODE_LENGTH)) in _access_ok()
Dkgdb.c450 if (cpu == 0 && IN_MEM(addr, BREAK_INSTR_SIZE, L1_CODE_START, L1_CODE_LENGTH)) in kgdb_validate_break_address()
453 else if (cpu == 1 && IN_MEM(addr, BREAK_INSTR_SIZE, COREB_L1_CODE_START, L1_CODE_LENGTH)) in kgdb_validate_break_address()
Dsetup.c207 if (L1_CODE_LENGTH && text_l1_len) in bfin_relocate_l1_mem()
239 if (L1_CODE_LENGTH && text_l1_len) in bfin_relocate_coreb_l1_mem()
/arch/blackfin/include/asm/
Dsections.h38 (L1_CODE_LENGTH && in arch_is_kernel_text()
/arch/blackfin/kernel/cplb-mpu/
Dcplbinit.c77 #if L1_CODE_LENGTH > 0 in generate_cplb_tables_cpu()