Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_psram/include/esp_private/
Dmmu_psram_flash.h98 int instruction_flash2spiram_offset(void);
/hal_espressif-latest/components/spi_flash/
Dflash_mmap.c292 phys_offs -= instruction_flash2spiram_offset() * CONFIG_MMU_PAGE_SIZE; in spi_flash_phys2cache()
391 offset = instruction_flash2spiram_offset(); in spi_flash_cache2phys()
/hal_espressif-latest/components/esp_psram/
Dmmu_psram_flash.c183 int instruction_flash2spiram_offset(void) in instruction_flash2spiram_offset() function
/hal_espressif-latest/components/esp_system/port/
Dcpu_start.c550 s_instr_flash2spiram_off = instruction_flash2spiram_offset();