Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dmmu.h21 #define SOC_MMU_DROM0_PAGES_START (PRO_CACHE_IBUS2_MMU_START / sizeof(uint32_t))
Dext_mem_defs.h75 #define PRO_CACHE_IBUS2_MMU_START 0x200 macro
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dmmu_ll.h145 offset = PRO_CACHE_IBUS2_MMU_START / 4; in mmu_ll_get_entry_id()
/hal_espressif-latest/components/esp_psram/
Dmmu_psram_flash.c219 …rodata_start_page = ((volatile uint32_t *)(DR_REG_MMU_TABLE + PRO_CACHE_IBUS2_MMU_START))[rodata_m… in rodata_flash_page_info_init()