Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/include/lib/xlat_tables/
Dxlat_tables_v2.h72 #define MT_SHAREABILITY_MASK (U(3) << MT_SHAREABILITY_SHIFT) macro
73 #define MT_SHAREABILITY(_attr) ((_attr) & MT_SHAREABILITY_MASK)