Searched refs:in_mem_const (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/arch/blackfin/kernel/ |
H A D | process.c | 244 int in_mem_const(unsigned long addr, unsigned long size, in_mem_const() function 317 if (in_mem_const(addr, size, L1_CODE_START, L1_CODE_LENGTH)) bfin_mem_access_type() 319 if (in_mem_const(addr, size, L1_SCRATCH_START, L1_SCRATCH_LENGTH)) bfin_mem_access_type() 321 if (in_mem_const(addr, size, L1_DATA_A_START, L1_DATA_A_LENGTH)) bfin_mem_access_type() 323 if (in_mem_const(addr, size, L1_DATA_B_START, L1_DATA_B_LENGTH)) bfin_mem_access_type() 326 if (in_mem_const(addr, size, COREB_L1_CODE_START, COREB_L1_CODE_LENGTH)) bfin_mem_access_type() 328 if (in_mem_const(addr, size, COREB_L1_SCRATCH_START, L1_SCRATCH_LENGTH)) bfin_mem_access_type() 330 if (in_mem_const(addr, size, COREB_L1_DATA_A_START, COREB_L1_DATA_A_LENGTH)) bfin_mem_access_type() 332 if (in_mem_const(addr, size, COREB_L1_DATA_B_START, COREB_L1_DATA_B_LENGTH)) bfin_mem_access_type() 335 if (in_mem_const(addr, size, L2_START, L2_LENGTH)) bfin_mem_access_type() 347 if (in_mem_const(addr, size, BOOT_ROM_START, BOOT_ROM_LENGTH)) bfin_mem_access_type() 349 if (in_mem_const(addr, size, L1_ROM_START, L1_ROM_LENGTH)) bfin_mem_access_type() 395 if (in_mem_const(addr, size, L1_CODE_START, L1_CODE_LENGTH)) _access_ok() 404 if (in_mem_const(addr, size, COREB_L1_CODE_START, COREB_L1_CODE_LENGTH)) _access_ok() 406 if (in_mem_const(addr, size, COREB_L1_SCRATCH_START, L1_SCRATCH_LENGTH)) _access_ok() 408 if (in_mem_const(addr, size, COREB_L1_DATA_A_START, COREB_L1_DATA_A_LENGTH)) _access_ok() 410 if (in_mem_const(addr, size, COREB_L1_DATA_B_START, COREB_L1_DATA_B_LENGTH)) _access_ok() 415 if (in_mem_const(addr, size, (unsigned long)l1_stack_base, l1_stack_len)) _access_ok() 426 if (in_mem_const(addr, size, BOOT_ROM_START, BOOT_ROM_LENGTH)) _access_ok() 428 if (in_mem_const(addr, size, L1_ROM_START, L1_ROM_LENGTH)) _access_ok()
|
Completed in 27 milliseconds