Searched refs:_UL (Results 1 – 14 of 14) sorted by relevance
15 #define __INSN_LENGTH_MASK _UL(0x3)16 #define __INSN_LENGTH_32 _UL(0x3)17 #define __COMPRESSED_INSN_MASK _UL(0xffff)19 #define __BUG_INSN_32 _UL(0x00100073) /* ebreak */20 #define __BUG_INSN_16 _UL(0x9002) /* c.ebreak */
230 #define __INSN_LENGTH_MASK _UL(0x3)231 #define __INSN_LENGTH_GE_32 _UL(0x3)232 #define __INSN_OPCODE_MASK _UL(0x7F)233 #define __INSN_BRANCH_OPCODE _UL(RVG_OPCODE_BRANCH)
8 (((~_UL(0)) - (_UL(1) << (l)) + 1) & \9 (~_UL(0) >> (__BITS_PER_LONG - 1 - (h))))
25 #define _UL(x) (_AC(x, UL)) macro28 #define _BITUL(x) (_UL(1) << (x))
22 #define PHYS_OFFSET _UL(0)46 #define HIGHMEM_START (_UL(1) << _UL(DMW_PABITS))75 #define _CONST64_(x) _UL(x)
25 #define _UL(x) (_AC(x, UL)) macro28 #define _BITUL(x) (_UL(1) << (x))31 #define UL(x) (_UL(x))
7 #define UL(x) (_UL(x))
21 #define TDX_SEAMCALL_VMFAILINVALID (TDX_SW_ERROR | _UL(0xFFFF0000))
37 #define SHMEM_PAGE(x) (_UL((x) >> SHMEM_SHIFT))
904 #define MMCRA_BHRB_DISABLE _UL(0x2000000000) // BHRB disable bit for ISA v3.1