Home
last modified time | relevance | path

Searched refs:AT_HWCAP (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/pauth/
H A Dpac.c26 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 Dexec_target.c21 hwcaps = getauxval(AT_HWCAP); in main()
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Delf_hwcaps.rst17 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 Dcpu-feature-registers.rst338 if (!(getauxval(AT_HWCAP) & HWCAP_CPUID)) {
H A Dsve.rst27 AT_HWCAP entry. Presence of this flag implies the presence of the SVE
/OK3568_Linux_fs/buildroot/package/bitcoin/
H A D0001-src-randomenv.cpp-fix-build-on-uclibc.patch35 # 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 Dauxvec.h25 #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 Dauxvec.h25 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dauxvec.h25 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/fp/
H A Dsve-probe-vls.c27 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
H A Dvlset.c112 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) { in main()
H A Dsve-ptrace.c318 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.c265 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 Delf_aux.c47 case AT_HWCAP: in scan_elf_aux()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/include/
H A Dutils.h62 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 D0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch65 if (aux.a_type == AT_HWCAP)
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/
H A Dibm,powerpc-cpu-features.txt182 Bits 0-31 correspond to bits 0-31 in AT_HWCAP vector. Bits 32-63 correspond
/OK3568_Linux_fs/buildroot/package/rocksdb/
H A D0001-build_tools-build_detect_platform-fix-C-tests.patch232 uint64_t auxv = getauxval(AT_HWCAP);
/OK3568_Linux_fs/kernel/fs/
H A Dbinfmt_elf_fdpic.c641 NEW_AUX_ENT(AT_HWCAP, ELF_HWCAP); in create_elf_fdpic_tables()
H A Dbinfmt_elf.c256 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 Delf.h1178 #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 Delf.h1178 #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 Dlibc.info-116600 For some platforms, the key ‘AT_HWCAP’ is the easiest way to inquire
H A Dlibc.info-135918 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 Dlibc.info-116600 For some platforms, the key ‘AT_HWCAP’ is the easiest way to inquire

12