Searched refs:UL (Results 1 – 9 of 9) sorted by relevance
16 #define UL(x) (x##UL) macro18 #define UL(x) (x) macro30 #define TASK_UNMAPPED_BASE UL(0x00000000)
76 #define strlen_user(s) strnlen_user(s, ~0UL >> 1)
21 …ST_WORD_MASK(nbits) ( ((nbits) % BITS_PER_LONG) ? (1UL<<((nbits) % BITS_PER_LONG))-1 : ~0UL )
49 #define NODE_MASK_ALL ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-2] = ~0UL, [BITS_TO…51 #define NODE_MASK_NONE ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-1] = 0UL } })
47 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(N…49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } }
69 #define MAX_JIFFY_OFFSET ((~0UL >> 1)-1)
50 #define RLIM_INFINITY (~0UL)
20 #define cputime_zero (0UL)21 #define cputime_max ((~0UL >> 1) - 1)
48 #define PHYSID_MASK_ALL { {[0 ... PHYSID_ARRAY_SIZE-1] = ~0UL} }49 #define PHYSID_MASK_NONE { {[0 ... PHYSID_ARRAY_SIZE-1] = 0UL} }