Home
last modified time | relevance | path

Searched refs:getauxval (Results 1 – 25 of 56) sorted by relevance

123

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0004-Use-configure-to-test-for-feature-instead-of-platfor.patch15 - getauxval
41 +AC_CHECK_FUNCS([getifaddrs getauxval issetugid __secure_getenv])
88 + * setuid or setgid, when issetugid or getauxval(AT_SECURE) is not
91 - * a) getauxval(AT_SECURE); not available until glibc 2.16.
94 + * b) getauxval(AT_SECURE); not available until glibc 2.16.
106 return getauxval(AT_SECURE) != 0;
/openbmc/linux/lib/raid6/
H A Dloongarch.h33 #define cpu_has_lsx (getauxval(AT_HWCAP) & HWCAP_LOONGARCH_LSX)
34 #define cpu_has_lasx (getauxval(AT_HWCAP) & HWCAP_LOONGARCH_LASX)
/openbmc/linux/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi.c244 !(getauxval(AT_HWCAP2) & HWCAP2_SME_FA64)) { in setup_ffr()
269 !(getauxval(AT_HWCAP2) & HWCAP2_SME_FA64)) in check_ffr()
353 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME2)) in check_zt()
477 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in sve_count_vls()
503 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME)) in sme_count_vls()
549 if (getauxval(AT_HWCAP2) & HWCAP2_SME2) in main()
554 if (getauxval(AT_HWCAP2) & HWCAP2_SME_FA64) in main()
556 else if (getauxval(AT_HWCAP2) & HWCAP2_SME) in main()
/openbmc/linux/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.c311 td->minsigstksz = getauxval(AT_MINSIGSTKSZ); in test_init()
322 if (getauxval(AT_HWCAP) & HWCAP_SSBS) in test_init()
324 if (getauxval(AT_HWCAP) & HWCAP_SVE) in test_init()
326 if (getauxval(AT_HWCAP2) & HWCAP2_SME) in test_init()
328 if (getauxval(AT_HWCAP2) & HWCAP2_SME_FA64) in test_init()
330 if (getauxval(AT_HWCAP2) & HWCAP2_SME2) in test_init()
/openbmc/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_getcpu.c35 sysinfo_ehdr = getauxval(AT_SYSINFO_EHDR); in main()
41 vdso_init_from_sysinfo_ehdr(getauxval(AT_SYSINFO_EHDR)); in main()
H A Dvdso_test_gettimeofday.c40 unsigned long sysinfo_ehdr = getauxval(AT_SYSINFO_EHDR); in main()
46 vdso_init_from_sysinfo_ehdr(getauxval(AT_SYSINFO_EHDR)); in main()
H A Dvdso_test_abi.c178 unsigned long sysinfo_ehdr = getauxval(AT_SYSINFO_EHDR); in main()
193 vdso_init_from_sysinfo_ehdr(getauxval(AT_SYSINFO_EHDR)); in main()
/openbmc/linux/tools/testing/selftests/arm64/pauth/
H A Dpac.c26 unsigned long hwcaps = getauxval(AT_HWCAP); \
33 unsigned long hwcaps = getauxval(AT_HWCAP); \
261 unsigned long hwcaps = getauxval(AT_HWCAP); in TEST()
304 unsigned long hwcaps = getauxval(AT_HWCAP); in TEST()
H A Dexec_target.c21 hwcaps = getauxval(AT_HWCAP); in main()
/openbmc/linux/tools/testing/selftests/rseq/
H A Drseq.c134 auxv_rseq_align = getauxval(AT_RSEQ_ALIGN); in get_rseq_kernel_feature_size()
137 auxv_rseq_feature_size = getauxval(AT_RSEQ_FEATURE_SIZE); in get_rseq_kernel_feature_size()
/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf/
H A Darmarch.patch35 - if (getauxval(AT_HWCAP) & HWCAP_ARM_VFP)
37 - if ((atoi(un.machine+4) == 7) && (getauxval(AT_HWCAP) & HWCAP_ARM_NEON))
/openbmc/qemu/tests/tcg/aarch64/
H A Dpauth.h15 assert(getauxval(AT_HWCAP) & HWCAP_CPUID); in get_pac_feature()
H A Dsve-ioctls.c64 if (getauxval(AT_HWCAP) & HWCAP_SVE) { in main()
H A Ddcpodp.c57 if (getauxval(AT_HWCAP2) & HWCAP2_DCPODP) { in main()
H A Ddcpop.c57 if (getauxval(AT_HWCAP) & HWCAP_DCPOP) { in main()
H A Dmte-8.c48 unsigned long hwcap2 = getauxval(AT_HWCAP2); in main()
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dsve-probe-vls.c28 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
H A Dsve-ptrace.c682 if (getauxval(vec_types[i].hwcap_type) & vec_types[i].hwcap) { in do_parent()
692 if (getauxval(vec_types[i].hwcap_type) & vec_types[i].hwcap) { in do_parent()
706 if (getauxval(vec_types[i].hwcap_type) & in do_parent()
751 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
H A Dfp-stress.c463 if (getauxval(AT_HWCAP) & HWCAP_SVE) { in main()
470 if (getauxval(AT_HWCAP2) & HWCAP2_SME) { in main()
477 if (getauxval(AT_HWCAP2) & HWCAP2_SME2) { in main()
/openbmc/linux/tools/testing/selftests/capabilities/
H A Dvalidate_cap.c49 if (getauxval(AT_SECURE)) in main()
/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/
H A Dtpidr2_siginfo.c48 have_sme = getauxval(AT_HWCAP2) & HWCAP2_SME; in tpidr2_present()
/openbmc/linux/tools/testing/selftests/x86/
H A Dtest_mremap_vdso.c72 auxval = getauxval(AT_SYSINFO_EHDR); in main()
/openbmc/qemu/util/
H A Dgetauxval.c36 return getauxval(key); in qemu_getauxval()
/openbmc/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_prctl.c67 if ((getauxval(AT_HWCAP2) & hwcap2) != hwcap2) { in set_mode_test()
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0028-build-path.c-avoid-boot-time-segfault-for-musl.patch7 somehow segfaults. I think it's related to getauxval, but it's

123