Searched refs:rodata_start_page (Results 1 – 1 of 1) sorted by relevance
204 static uint32_t rodata_start_page; variable219 …rodata_start_page = ((volatile uint32_t *)(DR_REG_MMU_TABLE + PRO_CACHE_IBUS2_MMU_START))[rodata_m… in rodata_flash_page_info_init()222 rodata_start_page = *(volatile uint32_t *)(DR_REG_MMU_TABLE + CACHE_DROM_MMU_START); in rodata_flash_page_info_init()224 rodata_start_page &= MMU_VALID_VAL_MASK; in rodata_flash_page_info_init()225 rodata_end_page = rodata_start_page + rodata_page_cnt - 1; in rodata_flash_page_info_init()226 rodata_flash2spiram_offs = rodata_start_page - psram_start_physical_page; in rodata_flash_page_info_init()228 …ram", "Rodata from flash page%d copy to SPIRAM page%d, Offset: %d", rodata_start_page, psram_start… in rodata_flash_page_info_init()243 return rodata_start_page; in rodata_flash_start_page_get()