Home
last modified time | relevance | path

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

/lk-master/arch/arm/arm/
A Dmmu.c79 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()
/lk-master/arch/include/arch/
A Dmmu.h29 #define ARCH_MMU_FLAG_NS (1<<5) /* NON-SECURE */ macro
/lk-master/arch/arm64/
A Dmmu.c76 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