Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core_AArch64/Source/
Dmmu_armv8a.c55 #ifndef CONFIG_MMU_PAGE_SIZE
56 #define CONFIG_MMU_PAGE_SIZE 4096 macro
522 __ASSERT(((virt | phys | size) & (CONFIG_MMU_PAGE_SIZE - 1)) == 0, in add_map()
661 __ASSERT(CONFIG_MMU_PAGE_SIZE == KB(4), in ARM_MMU_Initialize()