Searched refs:_AC (Results 1 – 6 of 6) sorted by relevance
| /include/linux/ |
| A D | sizes.h | 54 #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 D | poison.h | 13 # define POISON_POINTER_DELTA _AC(CONFIG_ILLEGAL_POINTER_VALUE, UL)
|
| A D | arm-smccc.h | 25 #define ARM_SMCCC_STD_CALL _AC(0,U) 26 #define ARM_SMCCC_FAST_CALL _AC(1,U)
|
| /include/uapi/linux/ |
| A D | const.h | 17 #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 D | page.h | 15 #define PAGE_SIZE (_AC(1,UL) << CONFIG_PAGE_SHIFT)
|
| /include/xen/ |
| A D | page.h | 9 #define XEN_PAGE_SIZE (_AC(1, UL) << XEN_PAGE_SHIFT)
|
Completed in 14 milliseconds