Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/mm/
H A Dcore_mmu_v7.c95 #define SECTION_TEXCB(texcb) ((((texcb) >> 2) << 12) | \ macro
98 #define SECTION_DEVICE SECTION_TEXCB(ATTR_DEVICE_INDEX)
99 #define SECTION_NORMAL SECTION_TEXCB(ATTR_DEVICE_INDEX)
100 #define SECTION_NORMAL_CACHED SECTION_TEXCB(ATTR_NORMAL_CACHED_INDEX)
101 #define SECTION_STRONG_O SECTION_TEXCB(ATTR_STRONG_O_INDEX)
102 #define SECTION_TAGGED_CACHED SECTION_TEXCB(ATTR_TAGGED_CACHED_INDEX)
510 desc |= SECTION_TEXCB(texcb); in mattr_to_desc()