Searched refs:__BITS_PER_LONG (Results 1 – 25 of 25) sorted by relevance
11 #if __BITS_PER_LONG == 32 || defined(__SYSCALL_COMPAT)27 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 3299 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32121 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32125 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32137 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32142 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32151 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32155 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32159 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32[all …]
9 #ifndef __BITS_PER_LONG11 #define __BITS_PER_LONG (__CHAR_BIT__ * __SIZEOF_LONG__) macro13 #define __BITS_PER_LONG 32 macro
10 #if __BITS_PER_LONG == 32
13 #if __BITS_PER_LONG == 64
15 #if __BITS_PER_LONG == 64
33 #if __BITS_PER_LONG != 64 || defined(__ARCH_WANT_STAT64)
48 #if __BITS_PER_LONG != 64
11 #define _NSIG_BPW __BITS_PER_LONG
11 #if __BITS_PER_LONG == 64
90 #if __BITS_PER_LONG == 32
95 #if __BITS_PER_LONG == 64 || defined(__x86_64__) && defined(__ILP32__)
10 #define __BITS_PER_LONG 64 macro12 #define __BITS_PER_LONG 32 macro
178 #define KVM_REG_RISCV_ISA_MULTI_REG(__ext_id) ((__ext_id) / __BITS_PER_LONG)179 #define KVM_REG_RISCV_ISA_MULTI_MASK(__ext_id) (1UL << ((__ext_id) % __BITS_PER_LONG))185 #define KVM_REG_RISCV_SBI_MULTI_REG(__ext_id) ((__ext_id) / __BITS_PER_LONG)186 #define KVM_REG_RISCV_SBI_MULTI_MASK(__ext_id) (1UL << ((__ext_id) % __BITS_PER_LONG))
9 #define __BITS_PER_LONG (__SIZEOF_POINTER__ * 8) macro
9 #define __BITS_PER_LONG 64 macro
9 #define __GENMASK(h,l) (((~_UL(0)) - (_UL(1) << (l)) + 1) & (~_UL(0) >> (__BITS_PER_LONG - 1 - (h))…
73 #if __BITS_PER_LONG == 64167 #if __BITS_PER_LONG == 64
19 #if __BITS_PER_LONG == 64 || defined(__x86_64__) && defined(__ILP32__)
48 #if __BITS_PER_LONG == 64
16 #if __BITS_PER_LONG == 64 || defined(__x86_64__) && defined(__ILP32__)
77 #if __BITS_PER_LONG == 64
45 #if __BITS_PER_LONG == 64
15 #if __BITS_PER_LONG != 32 || !defined(__USE_TIME_BITS64)
234 #if __BITS_PER_LONG == 32 && defined(__USE_TIME_BITS64)779 #if __BITS_PER_LONG == 64