Searched refs:ARCH_MMU_FLAG_NS (Results 1 – 3 of 3) sorted by relevance
79 if (flags & ARCH_MMU_FLAG_NS) { in mmu_flags_to_l1_arch_flags()266 *flags |= ARCH_MMU_FLAG_NS; in arch_mmu_query()317 *flags |= ARCH_MMU_FLAG_NS; in arch_mmu_query()442 uint mask = ARCH_MMU_FLAG_NS; in are_regions_compatible()491 if (flags & ARCH_MMU_FLAG_NS) { in arch_mmu_map()540 if (flags & ARCH_MMU_FLAG_NS) in arch_mmu_map()
29 #define ARCH_MMU_FLAG_NS (1<<5) /* NON-SECURE */ macro
76 if (flags & ARCH_MMU_FLAG_NS) { in mmu_flags_to_pte_attr()156 *flags |= ARCH_MMU_FLAG_NS; in arch_mmu_query()
Completed in 4 milliseconds