Searched refs:MDCR_NSTBE_BIT (Results 1 – 3 of 3) sorted by relevance
48 mdcr_el3_val &= ~(MDCR_NSTBE_BIT); in trbe_enable_ns()59 mdcr_el3_val &= ~MDCR_NSTBE_BIT; in trbe_disable_all()
354 MDCR_NSTBE_BIT | \
782 #define MDCR_NSTBE_BIT (ULL(1) << 26) macro