Home
last modified time | relevance | path

Searched refs:_ULL (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/linux-headers/linux/
H A Dbits.h12 (((~_ULL(0)) - (_ULL(1) << (l)) + 1) & \
13 (~_ULL(0) >> (__BITS_PER_LONG_LONG - 1 - (h))))
H A Dconst.h26 #define _ULL(x) (_AC(x, ULL)) macro
29 #define _BITULL(x) (_ULL(1) << (x))
/openbmc/u-boot/include/linux/
H A Dconst.h26 #define _ULL(x) (_AC(x, ULL)) macro
29 #define _BITULL(x) (_ULL(1) << (x))
32 #define ULL(x) (_ULL(x))
/openbmc/qemu/include/standard-headers/linux/
H A Dconst.h26 #define _ULL(x) (_AC(x, ULL)) macro
29 #define _BITULL(x) (_ULL(1) << (x))
/openbmc/linux/tools/include/uapi/linux/
H A Dconst.h26 #define _ULL(x) (_AC(x, ULL)) macro
29 #define _BITULL(x) (_ULL(1) << (x))
/openbmc/linux/include/uapi/linux/
H A Dconst.h26 #define _ULL(x) (_AC(x, ULL)) macro
29 #define _BITULL(x) (_ULL(1) << (x))
/openbmc/linux/tools/include/vdso/
H A Dconst.h8 #define ULL(x) (_ULL(x))
/openbmc/linux/include/vdso/
H A Dconst.h8 #define ULL(x) (_ULL(x))
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable_32.h73 #define LOWMEM_PAGES ((((_ULL(2)<<31) - __PAGE_OFFSET) >> PAGE_SHIFT))
/openbmc/linux/arch/loongarch/include/asm/
H A Daddrspace.h77 #define _CONST64_(x) _ULL(x)
/openbmc/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence-host.c18 [RP_BAR0] = _ULL(128 * SZ_2G),
/openbmc/qemu/target/riscv/
H A Dcpu_bits.h941 #define MHPMEVENT_SSCOF_MASK _ULL(0xFFFF000000000000)