Searched refs:get_l1_code_start (Results 1 – 3 of 3) sorted by relevance
68 static inline unsigned long get_l1_code_start(void) in get_l1_code_start() function
203 static inline unsigned long get_l1_code_start(void) in get_l1_code_start() function
373 if (addr >= (void *)get_l1_code_start() in sram_free()374 && addr < (void *)(get_l1_code_start() + L1_CODE_LENGTH)) in sram_free()