Searched refs:ARCH_MMU_FLAG_NS (Results 1 – 7 of 7) sorted by relevance
97 if (flags & ARCH_MMU_FLAG_NS) { in mmu_flags_to_l1_arch_flags()324 *flags |= ARCH_MMU_FLAG_NS; in arch_mmu_query()375 *flags |= ARCH_MMU_FLAG_NS; in arch_mmu_query()503 uint mask = ARCH_MMU_FLAG_NS; in are_regions_compatible()556 if (flags & ARCH_MMU_FLAG_NS) { in arch_mmu_map()609 if (flags & ARCH_MMU_FLAG_NS) in arch_mmu_map()616 uint flag_secure = !(flags & ARCH_MMU_FLAG_NS); in arch_mmu_map()
62 ARCH_MMU_FLAG_NS)) == 0); in phys_mem_obj_dynamic_initialize()107 if (*arch_mmu_flags & ARCH_MMU_FLAG_NS) { in phys_mem_obj_check_flags()
27 pub use crate::sys::ARCH_MMU_FLAG_NS;
42 #define ARCH_MMU_FLAG_NS (1U<<5) /* NON-SECURE */ macro
149 if (flags & ARCH_MMU_FLAG_NS) { in mmu_flags_to_pte_attr()238 mmu_flags |= ARCH_MMU_FLAG_NS; in arch_mmu_query()
153 (flags & ARCH_MMU_FLAG_NS) ? " nonsecure" : "", in printmemattrs()
149 if (flags & ARCH_MMU_FLAG_NS) {238 mmu_flags |= ARCH_MMU_FLAG_NS;