Searched refs:DR_REG_MMU_TABLE (Results 1 – 10 of 10) sorted by relevance
153 uint32_t mmu_value = *(volatile uint32_t *)(DR_REG_MMU_TABLE + CACHE_IROM_MMU_START); in esp_spiram_enable_instruction_access()174 uint32_t mmu_value = *(volatile uint32_t *)(DR_REG_MMU_TABLE + CACHE_DROM_MMU_START); in esp_spiram_enable_rodata_access()188 instr_start_page = *(volatile uint32_t *)(DR_REG_MMU_TABLE + CACHE_IROM_MMU_START); in instruction_flash_page_info_init()214 rodata_start_page = *(volatile uint32_t *)(DR_REG_MMU_TABLE + CACHE_DROM_MMU_START); in rodata_flash_page_info_init()
156 …uint32_t mmu_value = *(volatile uint32_t *)(DR_REG_MMU_TABLE + PRO_CACHE_IBUS0_MMU_START + instr_m… in esp_spiram_enable_instruction_access()183 …uint32_t mmu_value = *(volatile uint32_t *)(DR_REG_MMU_TABLE + PRO_CACHE_IBUS2_MMU_START + rodata_… in esp_spiram_enable_rodata_access()202 …instr_start_page = *(volatile uint32_t *)(DR_REG_MMU_TABLE + PRO_CACHE_IBUS0_MMU_START + instr_mmu… in instruction_flash_page_info_init()229 …rodata_start_page = *(volatile uint32_t *)(DR_REG_MMU_TABLE + PRO_CACHE_IBUS2_MMU_START + rodata_m… in rodata_flash_page_info_init()
77 #define FLASH_MMU_TABLE ((volatile uint32_t*) DR_REG_MMU_TABLE)
31 #define DR_REG_MMU_TABLE 0x600c5000 macro
104 #define DR_REG_MMU_TABLE 0x600C5000 macro
107 #define FLASH_MMU_TABLE ((volatile uint32_t*) DR_REG_MMU_TABLE)
32 #define DR_REG_MMU_TABLE 0x61801000 macro