Searched refs:__ARM_ARCH (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-13-stable/sys/arm/include/
H A Dacle-compat.h31 #ifndef __ARM_ARCH
46 # define __ARM_ARCH 7 macro
54 # define __ARM_ARCH 7 macro
72 # define __ARM_ARCH 7 macro
85 # define __ARM_ARCH 7 macro
96 # define __ARM_ARCH 6 macro
109 # define __ARM_ARCH 6 macro
117 # define __ARM_ARCH 6 macro
136 # define __ARM_ARCH 5 macro
146 # define __ARM_ARCH macro
155 # define __ARM_ARCH macro
161 # define __ARM_ARCH macro
166 # define __ARM_ARCH macro
171 # define __ARM_ARCH macro
[all...]
H A Dcpu.h19 #if __ARM_ARCH > 6 || (__ARM_ARCH == 6 && defined(CPU_ARM1176))
20 #if (__ARM_ARCH > 6) && defined(DEV_PMU)
H A Dcpu-v6.h47 #if __ARM_ARCH <= 6 && defined(SMP) && !defined(KLD_MODULE)
51 #if __ARM_ARCH <= 6 && defined(SMP_ON_UP)
70 #elif defined(SMP) && __ARM_ARCH > 6
148 #if __ARM_ARCH >= 7 && defined(SMP)
152 #if __ARM_ARCH >= 7 && defined(SMP)
156 #if __ARM_ARCH >= 7 && defined(SMP)
166 #if __ARM_ARCH >= 7 && defined(SMP)
173 #if __ARM_ARCH >= 7
180 #if __ARM_ARCH >= 7 && defined(SMP)
211 #if __ARM_ARCH >
[all...]
H A Dsysreg.h132 #if __ARM_ARCH >= 7
152 #if __ARM_ARCH >= 7 && defined(SMP)
162 #if __ARM_ARCH == 6
169 #if __ARM_ARCH == 6
181 #if __ARM_ARCH >= 7
189 #if __ARM_ARCH == 6
195 #if __ARM_ARCH == 6
202 #if __ARM_ARCH >= 7
207 #if __ARM_ARCH == 6
217 #if __ARM_ARCH >
[all...]
H A Dparam.h61 #if __ARM_ARCH >= 7
H A Dasm.h235 #if __ARM_ARCH >= 7
249 #elif __ARM_ARCH == 6
/freebsd-13-stable/lib/libc/arm/sys/
H A D__vdso_gettc.c43 #if __ARM_ARCH >= 6
70 #if __ARM_ARCH >= 6
/freebsd-13-stable/sys/crypto/openssl/aarch64/
H A Darm_arch.h35 # elif defined(__ARM_ARCH)
36 # define __ARM_ARCH__ __ARM_ARCH
/freebsd-13-stable/crypto/openssl/crypto/
H A Darm_arch.h35 # elif defined(__ARM_ARCH)
36 # define __ARM_ARCH__ __ARM_ARCH
H A Dthreads_pthread.c166 !(defined(__arm__) && __ARM_ARCH < 6)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dbswapsi2.S22 #if __ARM_ARCH < 6
H A Dbswapdi2.S22 #if __ARM_ARCH < 6
/freebsd-13-stable/sys/arm/arm/
H A Dpmu.c59 #if defined(__arm__) && (__ARM_ARCH > 6)
74 #if defined(__arm__) && (__ARM_ARCH > 6)
105 #if defined(__arm__) && (__ARM_ARCH > 6)
135 #if defined(__arm__) && (__ARM_ARCH > 6)
H A Dhypervisor-stub.S35 #if __ARM_ARCH >= 7
86 #endif /* __ARM_ARCH >= 7 */
H A Dcpu_asm-v6.S52 #if __ARM_ARCH == 6
102 #endif /* __ARM_ARCH == 6 */
107 #if __ARM_ARCH == 6
161 #if __ARM_ARCH == 6
213 #endif /* __ARM_ARCH == 6 */
H A Dlocore-v6.S46 #if __ARM_ARCH >= 7
54 #endif /* __ARM_ARCH >= 7 */
65 #if __ARM_ARCH >= 7
94 #endif /* __ARM_ARCH >= 7 */
H A Dmp_machdep.c175 #if __ARM_ARCH >= 7
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dassembly.h99 #if defined(__ARM_ARCH_4T__) || __ARM_ARCH >= 5
103 (__ARM_ARCH >= 6 || (__ARM_ARCH == 5 && !defined(__ARM_ARCH_5__)))
116 #if __ARM_ARCH >= 5
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A Dassembly.h150 #if !defined(__ARM_ARCH)
151 #define __ARM_ARCH 4 macro
154 #if defined(__ARM_ARCH_4T__) || __ARM_ARCH >= 5
/freebsd-13-stable/lib/libc/arm/gen/
H A D_setjmp.S64 #if !defined(_STANDALONE) && __ARM_ARCH >= 6 && !defined(SOFTFLOAT_FOR_GCC)
69 #endif /* !_STANDALONE && __ARM_ARCH >= 6 */
97 #if !defined(_STANDALONE) && __ARM_ARCH >= 6 && !defined(SOFTFLOAT_FOR_GCC)
102 #endif /* !_STANDALONE && __ARM_ARCH >= 6 */
H A Dsetjmp.S67 #if __ARM_ARCH >= 6 && !defined(SOFTFLOAT_FOR_GCC)
108 #if __ARM_ARCH >= 6 && !defined(SOFTFLOAT_FOR_GCC)
/freebsd-13-stable/lib/libkvm/
H A Dkvm_arm.h86 #if __ARM_ARCH >= 6
117 #if __ARM_ARCH < 6
/freebsd-13-stable/lib/libc/arm/aeabi/
H A Daeabi_vfp.h70 #if __ARM_ARCH >= 6 && !defined(SOFTFLOAT_FOR_GCC)
/freebsd-13-stable/lib/msun/arm/
H A Dfenv.c37 #if __ARM_ARCH >= 6
/freebsd-13-stable/sys/kern/
H A Dsubr_devmap.c196 #if __ARM_ARCH >= 6

Completed in 294 milliseconds

12