Home
last modified time | relevance | path

Searched defs:phys_page (Results 1 – 1 of 1) sorted by relevance

/device/soc/esp/esp32/components/spi_flash/
Dflash_mmap.c141 int phys_page = src_addr / SPI_FLASH_MMU_PAGE_SIZE; in spi_flash_mmap() local
403 uint32_t phys_page = spi_flash_protected_read_mmu_entry(cache_page); in spi_flash_cache2phys() local
414 uint32_t phys_page = phys_offs / SPI_FLASH_MMU_PAGE_SIZE; in spi_flash_phys2cache() local
462 static bool IRAM_ATTR is_page_mapped_in_cache(uint32_t phys_page, const void **out_ptr) in is_page_mapped_in_cache()