Searched refs:_UL (Results 1 – 7 of 7) sorted by relevance
23 #define PHYS_OFFSET _UL(0)50 #define TO_PHYS_MASK ((_UL(1) << _UL(DMW_PABITS)) - 1)60 #define HIGHMEM_START (_UL(1) << _UL(DMW_PABITS))89 #define _CONST64_(x) _UL(x)
7 #define __GENMASK(h, l) (((~_UL(0)) << (l)) & (~_UL(0) >> (__BITS_PER_LONG - 1 - (h))))
25 #define _UL(x) (_AC(x, UL)) macro28 #define _BITUL(x) (_UL(1) << (x))
7 #define UL(x) (_UL(x))
231 #define __INSN_LENGTH_MASK _UL(0x3)232 #define __INSN_LENGTH_GE_32 _UL(0x3)233 #define __INSN_OPCODE_MASK _UL(0x7F)234 #define __INSN_BRANCH_OPCODE _UL(RVG_OPCODE_BRANCH)