Searched refs:MDCR_SBRBE (Results 1 – 3 of 3) sorted by relevance
25 mdcr_el3_val &= ~((MDCR_SBRBE(MDCR_SBRBE_ALL)) | MDCR_E3BREW_BIT | MDCR_E3BREC_BIT); in brbe_enable()26 mdcr_el3_val |= (MDCR_SBRBE(MDCR_SBRBE_NS)); in brbe_enable()
288 #define MDCR_FEAT_BRBE MDCR_SBRBE(1UL)352 MDCR_SBRBE(2UL) | \
777 #define MDCR_SBRBE(x) ((x) << MDCR_SBRBE_SHIFT) macro