spi_flash_mmap_get_free_pages() function
get free pages number which can be mmap This function will return number of free pages available in mmu table. This could be useful before calling actual spi_flash_mmap (maps flash range to DCache or ICache memory) to check if there is sufficient space available for mapping.
Arguments
memory
memory type of MMU table free page
Return value
number of free pages which can be mmaped