Lines Matching refs:UL

16 #define HCR_TID5	(UL(1) << 58)
17 #define HCR_DCT (UL(1) << 57)
19 #define HCR_ATA (UL(1) << HCR_ATA_SHIFT)
20 #define HCR_AMVOFFEN (UL(1) << 51)
21 #define HCR_FIEN (UL(1) << 47)
22 #define HCR_FWB (UL(1) << 46)
23 #define HCR_API (UL(1) << 41)
24 #define HCR_APK (UL(1) << 40)
25 #define HCR_TEA (UL(1) << 37)
26 #define HCR_TERR (UL(1) << 36)
27 #define HCR_TLOR (UL(1) << 35)
28 #define HCR_E2H (UL(1) << 34)
29 #define HCR_ID (UL(1) << 33)
30 #define HCR_CD (UL(1) << 32)
32 #define HCR_RW (UL(1) << HCR_RW_SHIFT)
33 #define HCR_TRVM (UL(1) << 30)
34 #define HCR_HCD (UL(1) << 29)
35 #define HCR_TDZ (UL(1) << 28)
36 #define HCR_TGE (UL(1) << 27)
37 #define HCR_TVM (UL(1) << 26)
38 #define HCR_TTLB (UL(1) << 25)
39 #define HCR_TPU (UL(1) << 24)
40 #define HCR_TPC (UL(1) << 23) /* HCR_TPCP if FEAT_DPB */
41 #define HCR_TSW (UL(1) << 22)
42 #define HCR_TACR (UL(1) << 21)
43 #define HCR_TIDCP (UL(1) << 20)
44 #define HCR_TSC (UL(1) << 19)
45 #define HCR_TID3 (UL(1) << 18)
46 #define HCR_TID2 (UL(1) << 17)
47 #define HCR_TID1 (UL(1) << 16)
48 #define HCR_TID0 (UL(1) << 15)
49 #define HCR_TWE (UL(1) << 14)
50 #define HCR_TWI (UL(1) << 13)
51 #define HCR_DC (UL(1) << 12)
53 #define HCR_BSU_IS (UL(1) << 10)
54 #define HCR_FB (UL(1) << 9)
55 #define HCR_VSE (UL(1) << 8)
56 #define HCR_VI (UL(1) << 7)
57 #define HCR_VF (UL(1) << 6)
58 #define HCR_AMO (UL(1) << 5)
59 #define HCR_IMO (UL(1) << 4)
60 #define HCR_FMO (UL(1) << 3)
61 #define HCR_PTW (UL(1) << 2)
62 #define HCR_SWIO (UL(1) << 1)
63 #define HCR_VM (UL(1) << 0)
64 #define HCR_RES0 ((UL(1) << 48) | (UL(1) << 39))
269 #define VTTBR_CNP_BIT (UL(1))
270 #define VTTBR_VMID_SHIFT (UL(48))
294 #define MDCR_EL2_E2TB_MASK (UL(0x3))
295 #define MDCR_EL2_E2TB_SHIFT (UL(24))
296 #define MDCR_EL2_HPMFZS (UL(1) << 36)
297 #define MDCR_EL2_HPMFZO (UL(1) << 29)
298 #define MDCR_EL2_MTPME (UL(1) << 28)
299 #define MDCR_EL2_TDCC (UL(1) << 27)
300 #define MDCR_EL2_HLP (UL(1) << 26)
301 #define MDCR_EL2_HCCD (UL(1) << 23)
302 #define MDCR_EL2_TTRF (UL(1) << 19)
303 #define MDCR_EL2_HPMD (UL(1) << 17)
304 #define MDCR_EL2_TPMS (UL(1) << 14)
305 #define MDCR_EL2_E2PB_MASK (UL(0x3))
306 #define MDCR_EL2_E2PB_SHIFT (UL(12))
307 #define MDCR_EL2_TDRA (UL(1) << 11)
308 #define MDCR_EL2_TDOSA (UL(1) << 10)
309 #define MDCR_EL2_TDA (UL(1) << 9)
310 #define MDCR_EL2_TDE (UL(1) << 8)
311 #define MDCR_EL2_HPME (UL(1) << 7)
312 #define MDCR_EL2_TPM (UL(1) << 6)
313 #define MDCR_EL2_TPMCR (UL(1) << 5)
314 #define MDCR_EL2_HPMN_MASK (UL(0x1F))
338 #define HPFAR_MASK (~UL(0xf))