Searched refs:TTBR_MP_NON_CACHEABLE (Results 1 – 2 of 2) sorted by relevance
39 #define TTBR_MP_NON_CACHEABLE ( TTBR_RGN_OUTER_NON_CACHEABLE | TTBR_RGN_INNER_NON_CACHEAB… macro
307 TTBRAttributes = ArmHasMpExtensions () ? TTBR_MP_NON_CACHEABLE : TTBR_NON_CACHEABLE; in ArmConfigureMmu()