Searched refs:_AC (Results 1 – 5 of 5) sorted by relevance
/include/linux/ |
D | sizes.h | 46 #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)
|
D | poison.h | 13 # define POISON_POINTER_DELTA _AC(CONFIG_ILLEGAL_POINTER_VALUE, UL)
|
D | arm-smccc.h | 19 #define ARM_SMCCC_STD_CALL _AC(0,U) 20 #define ARM_SMCCC_FAST_CALL _AC(1,U)
|
/include/uapi/linux/ |
D | const.h | 17 #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/ |
D | page.h | 9 #define XEN_PAGE_SIZE (_AC(1, UL) << XEN_PAGE_SHIFT)
|