Home
last modified time | relevance | path

Searched refs:_AC (Results 1 – 6 of 6) sorted by relevance

/include/linux/
A Dsizes.h54 #define SZ_4G _AC(0x100000000, ULL)
55 #define SZ_8G _AC(0x200000000, ULL)
56 #define SZ_16G _AC(0x400000000, ULL)
57 #define SZ_32G _AC(0x800000000, ULL)
58 #define SZ_64G _AC(0x1000000000, ULL)
59 #define SZ_128G _AC(0x2000000000, ULL)
60 #define SZ_256G _AC(0x4000000000, ULL)
63 #define SZ_1T _AC(0x10000000000, ULL)
64 #define SZ_2T _AC(0x20000000000, ULL)
65 #define SZ_4T _AC(0x40000000000, ULL)
[all …]
A Dpoison.h13 # define POISON_POINTER_DELTA _AC(CONFIG_ILLEGAL_POINTER_VALUE, UL)
A Darm-smccc.h25 #define ARM_SMCCC_STD_CALL _AC(0,U)
26 #define ARM_SMCCC_FAST_CALL _AC(1,U)
/include/uapi/linux/
A Dconst.h17 #define _AC(X,Y) X macro
21 #define _AC(X,Y) __AC(X,Y) macro
25 #define _UL(x) (_AC(x, UL))
26 #define _ULL(x) (_AC(x, ULL))
/include/vdso/
A Dpage.h15 #define PAGE_SIZE (_AC(1,UL) << CONFIG_PAGE_SHIFT)
/include/xen/
A Dpage.h9 #define XEN_PAGE_SIZE (_AC(1, UL) << XEN_PAGE_SHIFT)

Completed in 13 milliseconds