Home
last modified time | relevance | path

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

/external/trusty/lk/arch/arm/arm/
Dmmu.c97 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()
/external/trusty/lk/kernel/vm/
Dphysmem.c62 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()
/external/trusty/lk/lib/rust_support/
Dmmu.rs27 pub use crate::sys::ARCH_MMU_FLAG_NS;
/external/trusty/lk/include/arch/
Dmmu.h42 #define ARCH_MMU_FLAG_NS (1U<<5) /* NON-SECURE */ macro
/external/trusty/lk/arch/arm64/
Dmmu.c149 if (flags & ARCH_MMU_FLAG_NS) { in mmu_flags_to_pte_attr()
238 mmu_flags |= ARCH_MMU_FLAG_NS; in arch_mmu_query()
Dexceptions_c.c153 (flags & ARCH_MMU_FLAG_NS) ? " nonsecure" : "", in printmemattrs()
Dmmu.inc149 if (flags & ARCH_MMU_FLAG_NS) {
238 mmu_flags |= ARCH_MMU_FLAG_NS;