Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/lib/xlat_tables/aarch32/
Dnonlpae_tables.c69 #define SECTION_NOTSECURE (1U << 19) macro
303 desc |= (attr & MT_NS) != 0U ? SECTION_NOTSECURE : 0U; in mmap_desc()