Home
last modified time | relevance | path

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

/external/trusty/lk/include/arch/
Dmmu.h52 #define ARCH_ASPACE_FLAG_ALL (ARCH_ASPACE_FLAG_KERNEL | ARCH_ASPACE_FLAG_BTI) macro
/external/trusty/lk/arch/arm64/
Dmmu.c81 DEBUG_ASSERT((aspace_flags & ~ARCH_ASPACE_FLAG_ALL) == 0); in mmu_flags_to_pte_attr()
Dmmu.inc81 DEBUG_ASSERT((aspace_flags & ~ARCH_ASPACE_FLAG_ALL) == 0);