Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_psram/
Dmmu_psram_flash.c204 static uint32_t rodata_start_page; variable
219rodata_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()