Searched refs:features (Results 1 – 25 of 94) sorted by relevance
1234
/glibc-2.36/sysdeps/x86/ |
D | cpu-features.c | 306 cpu_features->features[CPUID_INDEX_80000001].cpuid.eax, in get_extended_indices() 307 cpu_features->features[CPUID_INDEX_80000001].cpuid.ebx, in get_extended_indices() 308 cpu_features->features[CPUID_INDEX_80000001].cpuid.ecx, in get_extended_indices() 309 cpu_features->features[CPUID_INDEX_80000001].cpuid.edx); in get_extended_indices() 312 cpu_features->features[CPUID_INDEX_80000007].cpuid.eax, in get_extended_indices() 313 cpu_features->features[CPUID_INDEX_80000007].cpuid.ebx, in get_extended_indices() 314 cpu_features->features[CPUID_INDEX_80000007].cpuid.ecx, in get_extended_indices() 315 cpu_features->features[CPUID_INDEX_80000007].cpuid.edx); in get_extended_indices() 318 cpu_features->features[CPUID_INDEX_80000008].cpuid.eax, in get_extended_indices() 319 cpu_features->features[CPUID_INDEX_80000008].cpuid.ebx, in get_extended_indices() [all …]
|
D | Makefile | 2 gen-as-const-headers += cpu-features-offsets.sym 7 sysdep-dl-routines += dl-get-cpu-features 10 CFLAGS-dl-get-cpu-features.os += $(rtld-early-cflags) 13 tests += tst-get-cpu-features tst-get-cpu-features-static \ 14 tst-cpu-features-cpuinfo tst-cpu-features-cpuinfo-static \ 15 tst-cpu-features-supports tst-cpu-features-supports-static 16 tests-static += tst-get-cpu-features-static \ 17 tst-cpu-features-cpuinfo-static \ 18 tst-cpu-features-supports-static
|
D | dl-diagnostics-cpu.c | 62 cpu_features->features[index].cpuid_array[reg]); in _dl_diagnostics_cpu() 66 cpu_features->features[index].active_array[reg]); in _dl_diagnostics_cpu()
|
D | get-cpuid-feature-leaf.c | 27 &GLRO(dl_x86_cpu_features).features[leaf]); in __x86_get_cpuid_feature_leaf()
|
/glibc-2.36/scripts/ |
D | gen-libc-abis | 11 features="$features $s" 15 features="$features $s" ;; 24 if test -n "$features"; then 25 printf "#define LIBC_ABIS_STRING \"libc ABIs:%s\\\\n\"\n" "$features"
|
/glibc-2.36/manual/ |
D | creature.texi | 5 The exact set of features available when you compile a source file 9 @w{ISO C} library features, unless you explicitly request additional 10 features by defining one or more of the feature macros. 29 compilable if all features were enabled indiscriminately. 213 If this macro is defined, features from ISO C99 are included. Since 214 these features are included by default, this macro is mostly relevant 226 Only some features from this draft standard are supported by 232 If you define this macro to the value @code{1}, features from ISO/IEC 234 of the features from this TR are supported by @theglibc{}. 239 If you define this macro, features from ISO/IEC TS 18661-1:2014 [all …]
|
/glibc-2.36/ |
D | libc-abis | 1 # Definition of features which introduce new libc ABI versions. This 8 # Adding new features should always happen by appending new lines. Never 10 # is assigned to a feature it must not change again. Since some features 21 # Using this form architecture (and platform) dependent features can be
|
/glibc-2.36/sysdeps/s390/s390-64/ |
D | configure.ac | 57 …# https://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git/commit/?h=features&id=f2f47d0… 59 …# https://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git/commit/?h=features&id=57761da… 61 …# https://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git/commit/?h=features&id=9e37a2e… 63 …# https://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git/commit/?h=features&id=41cd81a…
|
D | configure | 86 …# https://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git/commit/?h=features&id=f2f47d0… 88 …# https://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git/commit/?h=features&id=57761da… 90 …# https://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git/commit/?h=features&id=9e37a2e… 92 …# https://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git/commit/?h=features&id=41cd81a…
|
/glibc-2.36/sysdeps/x86/include/ |
D | cpu-features.h | 46 ptr->features[index_cpu_##name].active.reg_##name |= bit_cpu_##name; 48 ptr->features[index_cpu_##name].active.reg_##name &= ~bit_cpu_##name; 50 ptr->features[index_cpu_##name].active.reg_##name \ 51 |= ptr->features[index_cpu_##name].cpuid.reg_##name & bit_cpu_##name; 56 ((ptr->features[index_cpu_##name].check.reg_##name \ 866 struct cpuid_feature_internal features[CPUID_INDEX_MAX]; member
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.ports-arm | 71 * sysdeps/arm/arm-features.h (ARM_BX_NINSNS): Macro removed. 146 * sysdeps/arm/armv6t2/strlen.S: Include <arm-features.h> first thing. 205 * sysdeps/arm/arm-features.h (ARM_BX_NINSNS): New macro. 357 * sysdeps/arm/dl-tlsdesc.S: Include <arm-features.h>. 363 * sysdeps/arm/arm-features.h: Add comment for ARM_NO_INDEX_REGISTER. 393 * sysdeps/arm/arm-features.h (ARM_BX_ALIGN_LOG2): New macro. 397 * sysdeps/arm/add_n.S: Include <arm-features.h>. 400 * sysdeps/arm/arm-features.h: Add comment about ARM_ALWAYS_BX. 401 * sysdeps/arm/memcpy.S: Include <arm-features.h>. 776 * sysdeps/unix/sysv/linux/arm/kernel-features.h [all …]
|
/glibc-2.36/include/ |
D | features-time64.h | 1 #include_next <features-time64.h>
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/ |
D | kernel-features.h | 26 #include_next <kernel-features.h>
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | kernel-features.h | 20 #include_next <kernel-features.h>
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | kernel-features.h | 24 #include_next <kernel-features.h>
|
/glibc-2.36/sysdeps/unix/sysv/linux/csky/ |
D | kernel-features.h | 20 #include_next <kernel-features.h>
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/ |
D | kernel-features.h | 20 #include_next <kernel-features.h>
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/ |
D | arm-features.h | 28 #include_next <arm-features.h>
|
D | kernel-features.h | 21 #include_next <kernel-features.h>
|
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/ |
D | kernel-features.h | 21 #include_next <kernel-features.h>
|
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/ |
D | kernel-features.h | 23 #include_next <kernel-features.h>
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/ |
D | kernel-features.h | 23 #include_next <kernel-features.h>
|
/glibc-2.36/sysdeps/i386/htl/ |
D | tcb-offsets.sym | 3 #include <kernel-features.h>
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/ |
D | kernel-features.h | 43 #include_next <kernel-features.h>
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/ |
D | kernel-features.h | 22 #include_next <kernel-features.h>
|
1234