Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_psram/
Dmmu_psram_flash.c150 static uint32_t instr_start_page; variable
166instr_start_page = ((volatile uint32_t *)(DR_REG_MMU_TABLE + PRO_CACHE_IBUS0_MMU_START))[instr_mmu… in instruction_flash_page_info_init()
169 instr_start_page = *((volatile uint32_t *)(DR_REG_MMU_TABLE + CACHE_IROM_MMU_START)); in instruction_flash_page_info_init()
171 instr_start_page &= MMU_VALID_VAL_MASK; in instruction_flash_page_info_init()
172 instr_end_page = instr_start_page + instr_page_cnt - 1; in instruction_flash_page_info_init()
173 instr_flash2spiram_offs = instr_start_page - psram_start_physical_page; in instruction_flash_page_info_init()
175 …"Instructions from flash page%d copy to SPIRAM page%d, Offset: %d", instr_start_page, psram_start_… in instruction_flash_page_info_init()
190 return instr_start_page; in instruction_flash_start_page_get()