Lines Matching refs:UL

17 #define HCR_TID5	(UL(1) << 58)
18 #define HCR_DCT (UL(1) << 57)
20 #define HCR_ATA (UL(1) << HCR_ATA_SHIFT)
21 #define HCR_TTLBOS (UL(1) << 55)
22 #define HCR_TTLBIS (UL(1) << 54)
23 #define HCR_ENSCXT (UL(1) << 53)
24 #define HCR_TOCU (UL(1) << 52)
25 #define HCR_AMVOFFEN (UL(1) << 51)
26 #define HCR_TICAB (UL(1) << 50)
27 #define HCR_TID4 (UL(1) << 49)
28 #define HCR_FIEN (UL(1) << 47)
29 #define HCR_FWB (UL(1) << 46)
30 #define HCR_NV2 (UL(1) << 45)
31 #define HCR_AT (UL(1) << 44)
32 #define HCR_NV1 (UL(1) << 43)
33 #define HCR_NV (UL(1) << 42)
34 #define HCR_API (UL(1) << 41)
35 #define HCR_APK (UL(1) << 40)
36 #define HCR_TEA (UL(1) << 37)
37 #define HCR_TERR (UL(1) << 36)
38 #define HCR_TLOR (UL(1) << 35)
39 #define HCR_E2H (UL(1) << 34)
40 #define HCR_ID (UL(1) << 33)
41 #define HCR_CD (UL(1) << 32)
43 #define HCR_RW (UL(1) << HCR_RW_SHIFT)
44 #define HCR_TRVM (UL(1) << 30)
45 #define HCR_HCD (UL(1) << 29)
46 #define HCR_TDZ (UL(1) << 28)
47 #define HCR_TGE (UL(1) << 27)
48 #define HCR_TVM (UL(1) << 26)
49 #define HCR_TTLB (UL(1) << 25)
50 #define HCR_TPU (UL(1) << 24)
51 #define HCR_TPC (UL(1) << 23) /* HCR_TPCP if FEAT_DPB */
52 #define HCR_TSW (UL(1) << 22)
53 #define HCR_TACR (UL(1) << 21)
54 #define HCR_TIDCP (UL(1) << 20)
55 #define HCR_TSC (UL(1) << 19)
56 #define HCR_TID3 (UL(1) << 18)
57 #define HCR_TID2 (UL(1) << 17)
58 #define HCR_TID1 (UL(1) << 16)
59 #define HCR_TID0 (UL(1) << 15)
60 #define HCR_TWE (UL(1) << 14)
61 #define HCR_TWI (UL(1) << 13)
62 #define HCR_DC (UL(1) << 12)
64 #define HCR_BSU_IS (UL(1) << 10)
65 #define HCR_FB (UL(1) << 9)
66 #define HCR_VSE (UL(1) << 8)
67 #define HCR_VI (UL(1) << 7)
68 #define HCR_VF (UL(1) << 6)
69 #define HCR_AMO (UL(1) << 5)
70 #define HCR_IMO (UL(1) << 4)
71 #define HCR_FMO (UL(1) << 3)
72 #define HCR_PTW (UL(1) << 2)
73 #define HCR_SWIO (UL(1) << 1)
74 #define HCR_VM (UL(1) << 0)
75 #define HCR_RES0 ((UL(1) << 48) | (UL(1) << 39))
194 #define VTCR_EL2_TGRAN_SL0_BASE 3UL
199 #define VTCR_EL2_TGRAN_SL0_BASE 3UL
204 #define VTCR_EL2_TGRAN_SL0_BASE 2UL
283 #define VTTBR_CNP_BIT (UL(1))
284 #define VTTBR_VMID_SHIFT (UL(48))
307 #define MDCR_EL2_E2TB_MASK (UL(0x3))
308 #define MDCR_EL2_E2TB_SHIFT (UL(24))
309 #define MDCR_EL2_HPMFZS (UL(1) << 36)
310 #define MDCR_EL2_HPMFZO (UL(1) << 29)
311 #define MDCR_EL2_MTPME (UL(1) << 28)
312 #define MDCR_EL2_TDCC (UL(1) << 27)
313 #define MDCR_EL2_HLP (UL(1) << 26)
314 #define MDCR_EL2_HCCD (UL(1) << 23)
315 #define MDCR_EL2_TTRF (UL(1) << 19)
316 #define MDCR_EL2_HPMD (UL(1) << 17)
317 #define MDCR_EL2_TPMS (UL(1) << 14)
318 #define MDCR_EL2_E2PB_MASK (UL(0x3))
319 #define MDCR_EL2_E2PB_SHIFT (UL(12))
320 #define MDCR_EL2_TDRA (UL(1) << 11)
321 #define MDCR_EL2_TDOSA (UL(1) << 10)
322 #define MDCR_EL2_TDA (UL(1) << 9)
323 #define MDCR_EL2_TDE (UL(1) << 8)
324 #define MDCR_EL2_HPME (UL(1) << 7)
325 #define MDCR_EL2_TPM (UL(1) << 6)
326 #define MDCR_EL2_TPMCR (UL(1) << 5)
327 #define MDCR_EL2_HPMN_MASK (UL(0x1F))
377 #define HPFAR_MASK (~UL(0xf))