Searched refs:MMU_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
133 #define MMU_BLOCK_SIZE 0x00010000 macro136 #define MMU_FLASH_MASK (~(MMU_BLOCK_SIZE - 1))146 return (size + (vaddr - (vaddr & MMU_FLASH_MASK)) + MMU_BLOCK_SIZE - 1) / MMU_BLOCK_SIZE; in bootloader_cache_pages_to_map()