Lines Matching refs:BIT

187 #define OSLSR_EL1_OSLM_MASK		(BIT(3) | BIT(0))
189 #define OSLSR_EL1_OSLM_IMPLEMENTED BIT(3)
190 #define OSLSR_EL1_OSLK BIT(1)
331 #define SYS_PAR_EL1_F BIT(0)
334 #define SYS_PAR_EL1_PTW BIT(8)
335 #define SYS_PAR_EL1_S BIT(9)
336 #define SYS_PAR_EL1_AssuredOnly BIT(12)
337 #define SYS_PAR_EL1_TopLevel BIT(13)
338 #define SYS_PAR_EL1_Overlay BIT(14)
339 #define SYS_PAR_EL1_DirtyBit BIT(15)
341 #define SYS_PAR_EL1_F1_RES0 (BIT(7) | BIT(10) | GENMASK_ULL(47, 16))
342 #define SYS_PAR_EL1_RES1 BIT(11)
345 #define SYS_PAR_EL1_NS BIT(9)
346 #define SYS_PAR_EL1_F0_IMPDEF BIT(10)
347 #define SYS_PAR_EL1_NSE BIT(11)
824 #define SCTLR_ELx_ENTP2 (BIT(60))
825 #define SCTLR_ELx_DSSBS (BIT(44))
826 #define SCTLR_ELx_ATA (BIT(43))
831 #define SCTLR_ELx_ITFSB (BIT(37))
832 #define SCTLR_ELx_ENIA (BIT(SCTLR_ELx_ENIA_SHIFT))
833 #define SCTLR_ELx_ENIB (BIT(30))
834 #define SCTLR_ELx_LSMAOE (BIT(29))
835 #define SCTLR_ELx_nTLSMD (BIT(28))
836 #define SCTLR_ELx_ENDA (BIT(27))
837 #define SCTLR_ELx_EE (BIT(SCTLR_ELx_EE_SHIFT))
838 #define SCTLR_ELx_EIS (BIT(22))
839 #define SCTLR_ELx_IESB (BIT(21))
840 #define SCTLR_ELx_TSCXT (BIT(20))
841 #define SCTLR_ELx_WXN (BIT(19))
842 #define SCTLR_ELx_ENDB (BIT(13))
843 #define SCTLR_ELx_I (BIT(12))
844 #define SCTLR_ELx_EOS (BIT(11))
845 #define SCTLR_ELx_SA (BIT(3))
846 #define SCTLR_ELx_C (BIT(2))
847 #define SCTLR_ELx_A (BIT(1))
848 #define SCTLR_ELx_M (BIT(0))
851 #define SCTLR_EL2_RES1 ((BIT(4)) | (BIT(5)) | (BIT(11)) | (BIT(16)) | \
852 (BIT(18)) | (BIT(22)) | (BIT(23)) | (BIT(28)) | \
853 (BIT(29)))
855 #define SCTLR_EL2_BT (BIT(36))
944 #define CPACR_EL1_FPEN_EL1EN (BIT(20)) /* enable EL1 access */
945 #define CPACR_EL1_FPEN_EL0EN (BIT(21)) /* enable EL0 access, if EL1EN set */
947 #define CPACR_EL1_SMEN_EL1EN (BIT(24)) /* enable EL1 access */
948 #define CPACR_EL1_SMEN_EL0EN (BIT(25)) /* enable EL0 access, if EL1EN set */
950 #define CPACR_EL1_ZEN_EL1EN (BIT(16)) /* enable EL1 access */
951 #define CPACR_EL1_ZEN_EL0EN (BIT(17)) /* enable EL0 access, if EL1EN set */
954 #define SYS_GCR_EL1_RRND (BIT(16))
984 #define SYS_MPIDR_SAFE_VAL (BIT(31))