Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s2/
Dspiram.c155 uint32_t instr_mmu_offset = ((uint32_t)&_instruction_reserved_start & 0xFFFFFF)/MMU_PAGE_SIZE; in esp_spiram_enable_instruction_access()
182 uint32_t rodata_mmu_offset = ((uint32_t)&_rodata_reserved_start & 0xFFFFFF)/MMU_PAGE_SIZE; in esp_spiram_enable_rodata_access()
199 …page_cnt = ((uint32_t)&_instruction_reserved_end - SOC_IROM_LOW + MMU_PAGE_SIZE - 1)/MMU_PAGE_SIZE; in instruction_flash_page_info_init()
200 uint32_t instr_mmu_offset = ((uint32_t)&_instruction_reserved_start & 0xFFFFFF)/MMU_PAGE_SIZE; in instruction_flash_page_info_init()
226 …data_page_cnt = ((uint32_t)&_rodata_reserved_end - SOC_DROM_LOW + MMU_PAGE_SIZE - 1)/MMU_PAGE_SIZE; in rodata_flash_page_info_init()
227 uint32_t rodata_mmu_offset = ((uint32_t)&_rodata_reserved_start & 0xFFFFFF)/MMU_PAGE_SIZE; in rodata_flash_page_info_init()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s3/
Dspiram.c186 …ge_cnt = ((uint32_t)&_instruction_reserved_end - SOC_IROM_LOW + MMU_PAGE_SIZE - 1) / MMU_PAGE_SIZE; in instruction_flash_page_info_init()
212 …d_end - ((uint32_t)&_rodata_reserved_start & ~ (MMU_PAGE_SIZE - 1)) + MMU_PAGE_SIZE - 1) / MMU_PAG… in rodata_flash_page_info_init()
/hal_espressif-3.6.0/components/esp_system/port/
Dcpu_start.c360 uint32_t rodata_reserved_start_align = (uint32_t)&_rodata_reserved_start & ~(MMU_PAGE_SIZE - 1);
361 …uint32_t cache_mmu_irom_size = ((rodata_reserved_start_align - SOC_DROM_LOW) / MMU_PAGE_SIZE) * si…
365 …32_t)&_rodata_reserved_end - rodata_reserved_start_align + MMU_PAGE_SIZE - 1) / MMU_PAGE_SIZE) * s…
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dcache_memory.h83 #define MMU_PAGE_SIZE 0x10000 macro
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dcache_memory.h83 #define MMU_PAGE_SIZE 0x10000 macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dcache_memory.h83 #define MMU_PAGE_SIZE 0x10000 macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dcache_memory.h113 #define MMU_PAGE_SIZE 0x10000 macro