Lines Matching refs:UL
891 #define MAIR_ATTR_DEVICE_nGnRnE UL(0x00)
892 #define MAIR_ATTR_DEVICE_nGnRE UL(0x04)
893 #define MAIR_ATTR_NORMAL_NC UL(0x44)
894 #define MAIR_ATTR_NORMAL_TAGGED UL(0xf0)
895 #define MAIR_ATTR_NORMAL UL(0xff)
896 #define MAIR_ATTR_MASK UL(0xff)
980 #define SYS_TFSR_EL1_TF0 (UL(1) << SYS_TFSR_EL1_TF0_SHIFT)
981 #define SYS_TFSR_EL1_TF1 (UL(1) << SYS_TFSR_EL1_TF1_SHIFT)
1025 #define PIE_NONE_O UL(0x0)
1026 #define PIE_R_O UL(0x1)
1027 #define PIE_X_O UL(0x2)
1028 #define PIE_RX_O UL(0x3)
1029 #define PIE_RW_O UL(0x5)
1030 #define PIE_RWnX_O UL(0x6)
1031 #define PIE_RWX_O UL(0x7)
1032 #define PIE_R UL(0x8)
1033 #define PIE_GCS UL(0x9)
1034 #define PIE_RX UL(0xa)
1035 #define PIE_RW UL(0xc)
1036 #define PIE_RWX UL(0xe)
1037 #define PIE_MASK UL(0xf)
1046 #define POE_NONE UL(0x0)
1047 #define POE_R UL(0x1)
1048 #define POE_X UL(0x2)
1049 #define POE_RX UL(0x3)
1050 #define POE_W UL(0x4)
1051 #define POE_RW UL(0x5)
1052 #define POE_WX UL(0x6)
1053 #define POE_RWX UL(0x7)
1054 #define POE_MASK UL(0xf)