Home
last modified time | relevance | path

Searched refs:COREB_L1_CODE_START (Results 1 – 6 of 6) sorted by relevance

/arch/blackfin/mach-bf561/include/mach/
Dmem_map.h43 #define COREB_L1_CODE_START 0xFF600000 macro
188 return cpu ? COREB_L1_CODE_START : COREA_L1_CODE_START; in get_l1_code_start_cpu()
/arch/blackfin/mach-bf561/
Dsecondary.S152 p0.h = hi(COREB_L1_CODE_START);
153 p0.l = lo(COREB_L1_CODE_START);
/arch/blackfin/kernel/
Dprocess.c404 #ifdef COREB_L1_CODE_START in bfin_mem_access_type()
405 if (in_mem_const(addr, size, COREB_L1_CODE_START, COREB_L1_CODE_LENGTH)) in bfin_mem_access_type()
482 #ifdef COREB_L1_CODE_START in _access_ok()
483 if (in_mem_const(addr, size, COREB_L1_CODE_START, COREB_L1_CODE_LENGTH)) in _access_ok()
Dsetup.c240 early_dma_memcpy((void *)COREB_L1_CODE_START, _text_l1_lma, in bfin_relocate_coreb_l1_mem()
257 (unsigned long)_stext_l1 + COREB_L1_CODE_START; in bfin_relocate_coreb_l1_mem()
Dkgdb.c453 else if (cpu == 1 && IN_MEM(addr, BREAK_INSTR_SIZE, COREB_L1_CODE_START, L1_CODE_LENGTH)) in kgdb_validate_break_address()
/arch/blackfin/kernel/cplb-nompu/
Dcplbinit.c83 i_tbl[i_i].addr = COREB_L1_CODE_START; in generate_cplb_tables_cpu()