_UL                15 arch/riscv/include/asm/bug.h #define __INSN_LENGTH_MASK  _UL(0x3)
_UL                16 arch/riscv/include/asm/bug.h #define __INSN_LENGTH_32    _UL(0x3)
_UL                17 arch/riscv/include/asm/bug.h #define __COMPRESSED_INSN_MASK	_UL(0xffff)
_UL                19 arch/riscv/include/asm/bug.h #define __BUG_INSN_32	_UL(0x00100073) /* ebreak */
_UL                20 arch/riscv/include/asm/bug.h #define __BUG_INSN_16	_UL(0x9002) /* c.ebreak */
_UL                 6 include/linux/const.h #define UL(x)		(_UL(x))
_UL                28 include/uapi/linux/const.h #define _BITUL(x)	(_UL(1) << (x))
_UL                 6 tools/include/linux/const.h #define UL(x)		(_UL(x))
_UL                28 tools/include/uapi/linux/const.h #define _BITUL(x)	(_UL(1) << (x))