| /OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/pauth/ |
| H A D | pac.c | 26 unsigned long hwcaps = getauxval(AT_HWCAP); \ 33 unsigned long hwcaps = getauxval(AT_HWCAP); \ 258 unsigned long hwcaps = getauxval(AT_HWCAP); in TEST() 301 unsigned long hwcaps = getauxval(AT_HWCAP); in TEST()
|
| H A D | exec_target.c | 21 hwcaps = getauxval(AT_HWCAP); in main()
|
| /OK3568_Linux_fs/kernel/Documentation/arm64/ |
| H A D | elf_hwcaps.rst | 17 Userspace software can test for features by acquiring the AT_HWCAP or 23 unsigned long hwcaps = getauxval(AT_HWCAP); 64 3. The hwcaps exposed in AT_HWCAP 260 4. Unused AT_HWCAP bits 264 and 63 of AT_HWCAP will always be returned as 0.
|
| H A D | cpu-feature-registers.rst | 338 if (!(getauxval(AT_HWCAP) & HWCAP_CPUID)) {
|
| H A D | sve.rst | 27 AT_HWCAP entry. Presence of this flag implies the presence of the SVE
|
| /OK3568_Linux_fs/buildroot/package/bitcoin/ |
| H A D | 0001-src-randomenv.cpp-fix-build-on-uclibc.patch | 35 # ifdef AT_HWCAP 36 hasher << getauxval(AT_HWCAP);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | auxvec.h | 25 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | auxvec.h | 25 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | auxvec.h | 25 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */ macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/fp/ |
| H A D | sve-probe-vls.c | 27 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
|
| H A D | vlset.c | 112 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) { in main()
|
| H A D | sve-ptrace.c | 318 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/signal/ |
| H A D | test_signals_utils.c | 265 if (getauxval(AT_HWCAP) & HWCAP_SSBS) in test_init() 267 if (getauxval(AT_HWCAP) & HWCAP_SVE) in test_init()
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | elf_aux.c | 47 case AT_HWCAP: in scan_elf_aux()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/include/ |
| H A D | utils.h | 62 return ((unsigned long)get_auxv_entry(AT_HWCAP) & ftr) == ftr; in have_hwcap()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/pixman/ |
| H A D | 0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch | 65 if (aux.a_type == AT_HWCAP)
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/ |
| H A D | ibm,powerpc-cpu-features.txt | 182 Bits 0-31 correspond to bits 0-31 in AT_HWCAP vector. Bits 32-63 correspond
|
| /OK3568_Linux_fs/buildroot/package/rocksdb/ |
| H A D | 0001-build_tools-build_detect_platform-fix-C-tests.patch | 232 uint64_t auxv = getauxval(AT_HWCAP);
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | binfmt_elf_fdpic.c | 641 NEW_AUX_ENT(AT_HWCAP, ELF_HWCAP); in create_elf_fdpic_tables()
|
| H A D | binfmt_elf.c | 256 NEW_AUX_ENT(AT_HWCAP, ELF_HWCAP); in create_elf_tables()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | elf.h | 1178 #define AT_HWCAP 16 /* Machine-dependent hints about macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | elf.h | 1178 #define AT_HWCAP 16 /* Machine-dependent hints about macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-11 | 6600 For some platforms, the key ‘AT_HWCAP’ is the easiest way to inquire
|
| H A D | libc.info-13 | 5918 The ‘AT_HWCAP’ key in the Auxiliary Vector specifies instruction
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-11 | 6600 For some platforms, the key ‘AT_HWCAP’ is the easiest way to inquire
|