Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_psram/
Dmmu_psram_flash.c50 uint32_t page_id = start_page; in mmu_config_psram_text_segment() local
59 if ((flash_pages + page_id) > BYTES_TO_MMU_PAGE(psram_size)) { in mmu_config_psram_text_segment()
61 …GE_TO_BYTES(flash_pages), MMU_PAGE_TO_BYTES(start_page), MMU_PAGE_TO_BYTES(flash_pages + page_id)); in mmu_config_psram_text_segment()
73 instruction_flash_page_info_init(page_id); in mmu_config_psram_text_segment()
76 page_id = Cache_Flash_To_SPIRAM_Copy(PRO_CACHE_IBUS0, IRAM0_ADDRESS_LOW, page_id, &page0_page); in mmu_config_psram_text_segment()
77 page_id = Cache_Flash_To_SPIRAM_Copy(PRO_CACHE_IBUS1, IRAM1_ADDRESS_LOW, page_id, &page0_page); in mmu_config_psram_text_segment()
79 page_id = Cache_Flash_To_SPIRAM_Copy(CACHE_IBUS, IRAM0_CACHE_ADDRESS_LOW, page_id, &page0_page); in mmu_config_psram_text_segment()
81 ESP_EARLY_LOGV(TAG, "after copy instruction, page_id is %d", page_id); in mmu_config_psram_text_segment()
84 *out_page = page_id - start_page; in mmu_config_psram_text_segment()
94 uint32_t page_id = start_page; in mmu_config_psram_rodata_segment() local
[all …]
/hal_espressif-latest/components/esp_psram/include/esp_private/
Dmmu_psram_flash.h34 #define MMU_PAGE_TO_BYTES(page_id) ((page_id) * MMU_PAGE_SIZE)