Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/mm/
A Dcore_mmu_v7.c93 #define SECTION_TEXCB(texcb) ((((texcb) >> 2) << 12) | \ macro
96 #define SECTION_DEVICE SECTION_TEXCB(ATTR_DEVICE_INDEX)
97 #define SECTION_NORMAL SECTION_TEXCB(ATTR_DEVICE_INDEX)
98 #define SECTION_NORMAL_CACHED SECTION_TEXCB(ATTR_NORMAL_CACHED_INDEX)
99 #define SECTION_STRONG_O SECTION_TEXCB(ATTR_STRONG_O_INDEX)
100 #define SECTION_TAGGED_CACHED SECTION_TEXCB(ATTR_TAGGED_CACHED_INDEX)
455 desc |= SECTION_TEXCB(texcb); in mattr_to_desc()

Completed in 4 milliseconds