Searched refs:MMU_PS (Results 1 – 3 of 3) sorted by relevance
44 #define MMU_PS BITL(7) /** Page Size (non PTE)*/ macro
33 MMU_G | MMU_PS | MMU_XD)
362 return ((entry & MMU_PS) != 0U); in is_leaf()685 (entry & MMU_PS) != 0U) { in dump_ptables()1033 CHECKIF(!((*entryp & MMU_PS) == 0U)) { in page_map_set()1709 if ((level == PDE_LEVEL) && ((src[i] & MMU_PS) != 0)) { in copy_page_table()1716 __ASSERT((src[i] & MMU_PS) == 0, in copy_page_table()