Home
last modified time | relevance | path

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

/include/linux/
Dsizes.h46 #define SZ_4G _AC(0x100000000, ULL)
47 #define SZ_8G _AC(0x200000000, ULL)
48 #define SZ_16G _AC(0x400000000, ULL)
49 #define SZ_32G _AC(0x800000000, ULL)
50 #define SZ_64T _AC(0x400000000000, ULL)
Dpoison.h13 # define POISON_POINTER_DELTA _AC(CONFIG_ILLEGAL_POINTER_VALUE, UL)
Darm-smccc.h19 #define ARM_SMCCC_STD_CALL _AC(0,U)
20 #define ARM_SMCCC_FAST_CALL _AC(1,U)
/include/uapi/linux/
Dconst.h17 #define _AC(X,Y) X
21 #define _AC(X,Y) __AC(X,Y) macro
25 #define _UL(x) (_AC(x, UL))
26 #define _ULL(x) (_AC(x, ULL))
/include/xen/
Dpage.h9 #define XEN_PAGE_SIZE (_AC(1, UL) << XEN_PAGE_SHIFT)