Home
last modified time | relevance | path

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

/arch/blackfin/kernel/
Dprocess.c244 int in_mem_const(unsigned long addr, unsigned long size, in in_mem_const() function
317 if (in_mem_const(addr, size, L1_CODE_START, L1_CODE_LENGTH)) in bfin_mem_access_type()
319 if (in_mem_const(addr, size, L1_SCRATCH_START, L1_SCRATCH_LENGTH)) in bfin_mem_access_type()
321 if (in_mem_const(addr, size, L1_DATA_A_START, L1_DATA_A_LENGTH)) in bfin_mem_access_type()
323 if (in_mem_const(addr, size, L1_DATA_B_START, L1_DATA_B_LENGTH)) in bfin_mem_access_type()
326 if (in_mem_const(addr, size, COREB_L1_CODE_START, COREB_L1_CODE_LENGTH)) in bfin_mem_access_type()
328 if (in_mem_const(addr, size, COREB_L1_SCRATCH_START, L1_SCRATCH_LENGTH)) in bfin_mem_access_type()
330 if (in_mem_const(addr, size, COREB_L1_DATA_A_START, COREB_L1_DATA_A_LENGTH)) in bfin_mem_access_type()
332 if (in_mem_const(addr, size, COREB_L1_DATA_B_START, COREB_L1_DATA_B_LENGTH)) in bfin_mem_access_type()
335 if (in_mem_const(addr, size, L2_START, L2_LENGTH)) in bfin_mem_access_type()
[all …]