/kernel/linux/linux-6.6/tools/testing/selftests/arm64/abi/ |
H A D | hwcap.c | 16 #include <asm/hwcap.h> 33 * to add the hwcap. 651 static bool inst_raise_##SIG(const struct hwcap_data *hwcap, \ 654 if (!hwcap->SIG##_fn) { \ 655 ksft_test_result_skip(#SIG"_%s\n", hwcap->name); \ 663 hwcap->SIG##_fn(); \ 668 #SIG"_%s\n", hwcap->name); \ 669 } else if (hwcap->SIG##_reliable) { \ 672 #SIG"_%s\n", hwcap->name); \ 677 hwcap 692 const struct hwcap_data *hwcap; main() local [all...] |
H A D | Makefile | 4 TEST_GEN_PROGS := hwcap ptrace syscall-abi tpidr2
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/bti/ |
H A D | test.c | 161 unsigned long hwcap = 0, hwcap2 = 0; in start() local 176 hwcap = auxv->val; in start() 186 if (hwcap & HWCAP_PACA) in start() 193 if (!(hwcap & HWCAP_PACA)) in start()
|
H A D | system.h | 19 #include <asm/hwcap.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/ |
H A D | vec-syscfg.c | 20 #include <asm/hwcap.h> 30 unsigned long hwcap; member 50 .hwcap = HWCAP_SVE, 60 .hwcap = HWCAP2_SME, 597 if (!(getauxval(vec_data[i].hwcap_type) & vec_data[i].hwcap)) in prctl_set_all_vqs() 768 supported = getauxval(data->hwcap_type) & data->hwcap; in main()
|
H A D | sve-ptrace.c | 46 unsigned long hwcap; member 55 .hwcap = HWCAP_SVE, 62 .hwcap = HWCAP2_SME, 682 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() 707 vec_types[i].hwcap) { in do_parent()
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | cpufeature.c | 20 #include <asm/hwcap.h> 462 /* Only single letter extensions get set in hwcap */ in riscv_fill_hwcap_from_ext_list() 564 unsigned long hwcap; in riscv_get_elf_hwcap() local 566 hwcap = (elf_hwcap & ((1UL << RISCV_ISA_EXT_BASE) - 1)); in riscv_get_elf_hwcap() 569 hwcap &= ~COMPAT_HWCAP_ISA_V; in riscv_get_elf_hwcap() 571 return hwcap; in riscv_get_elf_hwcap()
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | neon.h | 8 #include <asm/hwcap.h>
|
H A D | hwcap.h | 5 #include <uapi/asm/hwcap.h>
|
H A D | cpufeature.h | 10 #include <asm/hwcap.h>
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | neon.h | 8 #include <asm/hwcap.h>
|
H A D | hwcap.h | 5 #include <uapi/asm/hwcap.h>
|
H A D | cpufeature.h | 10 #include <asm/hwcap.h>
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | cpufeature.h | 4 * module_cpu_feature_match(), see uapi/asm/hwcap.h for MIPS CPU features. 10 #include <uapi/asm/hwcap.h>
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | cpufeature.h | 4 * module_cpu_feature_match(), see uapi/asm/hwcap.h for LoongArch CPU features. 12 #include <uapi/asm/hwcap.h>
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | cpufeature.h | 4 * module_cpu_feature_match(), see uapi/asm/hwcap.h for MIPS CPU features. 10 #include <uapi/asm/hwcap.h>
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | cpufeature.h | 4 * module_cpu_feature_match(), see uapi/asm/hwcap.h for LoongArch CPU features. 12 #include <uapi/asm/hwcap.h>
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | cpufeature.h | 10 #include <asm/hwcap.h>
|
H A D | alternative.h | 19 #include <asm/hwcap.h>
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
H A D | hwcap.h | 3 * Copied from arch/arm64/include/asm/hwcap.h 12 #include <uapi/asm/hwcap.h>
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | xor.h | 11 #include <asm/hwcap.h>
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | xor.h | 11 #include <asm/hwcap.h>
|
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/signal/ |
H A D | test_signals.h | 17 #include <asm/hwcap.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/ |
H A D | test_signals.h | 15 #include <asm/hwcap.h>
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | sha1-ce-glue.c | 16 #include <asm/hwcap.h>
|