Searched defs:phys_page (Results 1 – 1 of 1) sorted by relevance
141 int phys_page = src_addr / SPI_FLASH_MMU_PAGE_SIZE; in spi_flash_mmap() local403 uint32_t phys_page = spi_flash_protected_read_mmu_entry(cache_page); in spi_flash_cache2phys() local414 uint32_t phys_page = phys_offs / SPI_FLASH_MMU_PAGE_SIZE; in spi_flash_phys2cache() local462 static bool IRAM_ATTR is_page_mapped_in_cache(uint32_t phys_page, const void **out_ptr) in is_page_mapped_in_cache()