Searched refs:_UL (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/uapi/linux/
H A Dbits.h8 (((~_UL(0)) - (_UL(1) << (l)) + 1) & \
9 (~_UL(0) >> (__BITS_PER_LONG - 1 - (h))))
H A Dconst.h25 #define _UL(x) (_AC(x, UL)) macro
28 #define _BITUL(x) (_UL(1) << (x))
/linux-master/include/vdso/
H A Dconst.h7 #define UL(x) (_UL(x))
/linux-master/tools/include/vdso/
H A Dconst.h7 #define UL(x) (_UL(x))
/linux-master/arch/riscv/include/asm/
H A Dbug.h15 #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 */
H A Dinsn.h230 #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)
/linux-master/arch/loongarch/include/asm/
H A Daddrspace.h23 #define PHYS_OFFSET _UL(0)
47 #define HIGHMEM_START (_UL(1) << _UL(DMW_PABITS))
76 #define _CONST64_(x) _UL(x)
/linux-master/tools/include/uapi/linux/
H A Dconst.h25 #define _UL(x) (_AC(x, UL)) macro
28 #define _BITUL(x) (_UL(1) << (x))
/linux-master/arch/x86/include/asm/
H A Dtdx.h22 #define TDX_SEAMCALL_VMFAILINVALID (TDX_SW_ERROR | _UL(0xFFFF0000))
/linux-master/drivers/firmware/arm_scmi/
H A Dsmc.c38 #define SHMEM_PAGE(x) (_UL((x) >> SHMEM_SHIFT))
/linux-master/arch/powerpc/include/asm/
H A Dreg.h904 #define MMCRA_BHRB_DISABLE _UL(0x2000000000) // BHRB disable bit for ISA v3.1

Completed in 228 milliseconds