Home
last modified time | relevance | path

Searched refs:hwcap (Results 1 – 18 of 18) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/arm64/abi/
A Dhwcap.c425 const struct hwcap_data *hwcap; in main() local
443 hwcap = &hwcaps[i]; in main()
445 have_hwcap = getauxval(hwcap->at_hwcap) & hwcap->hwcap_bit; in main()
454 if (hwcap->sigill_fn) { in main()
456 hwcap->sigill_fn(); in main()
461 hwcap->name); in main()
462 } else if (hwcap->sigill_reliable) { in main()
465 hwcap->name); in main()
470 hwcap->name); in main()
472 hwcap->name); in main()
[all …]
A D.gitignore1 hwcap
A DMakefile4 TEST_GEN_PROGS := hwcap ptrace syscall-abi tpidr2
/linux-6.3-rc2/tools/testing/selftests/arm64/bti/
A Dtest.c162 unsigned long hwcap = 0, hwcap2 = 0; in start() local
177 hwcap = auxv->val; in start()
187 if (hwcap & HWCAP_PACA) in start()
194 if (!(hwcap & HWCAP_PACA)) in start()
/linux-6.3-rc2/Documentation/devicetree/bindings/powerpc/
A Dibm,powerpc-cpu-features.txt107 If bit 0 is set, then the hwcap-bit-nr property will exist.
174 - hwcap-bit-nr
189 advertised to userspace without a one-to-one hwcap bit number may not specify
191 features usable by userspace will have a hwcap-bit-nr property.
214 hwcap-bit-nr = <xx>;
221 hwcap-bit-nr = <xx>;
236 hwcap-bit-nr = <xx>;
244 hwcap-bit-nr = <xx>;
/linux-6.3-rc2/Documentation/translations/zh_CN/arm64/
A Delf_hwcaps.rst33 如果软件依赖于 hwcap 描述的功能,在尝试使用该功能前则应检查相关的 hwcap
44 描述的功能的存在。这些 hwcap 通过 ID 寄存器字段定义,并且应根据 ARM 体系
/linux-6.3-rc2/Documentation/translations/zh_TW/arm64/
A Delf_hwcaps.rst36 如果軟體依賴於 hwcap 描述的功能,在嘗試使用該功能前則應檢查相關的 hwcap
47 描述的功能的存在。這些 hwcap 通過 ID 寄存器欄位定義,並且應根據 ARM 體系
/linux-6.3-rc2/tools/testing/selftests/arm64/fp/
A Dsve-ptrace.c46 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()
A Dvec-syscfg.c29 unsigned long hwcap; member
47 .hwcap = HWCAP_SVE,
57 .hwcap = HWCAP2_SME,
658 supported = getauxval(data->hwcap_type) & data->hwcap; in main()
/linux-6.3-rc2/arch/powerpc/boot/dts/
A Dmicrowatt.dts50 hwcap-bit-nr = <1>;
69 hwcap-bit-nr = <27>;
/linux-6.3-rc2/Documentation/arm64/
A Delf_hwcaps.rst32 Where software relies on a feature described by a hwcap, it should check
33 the relevant hwcap flag to verify that the feature is present before
A Dcpu-feature-registers.rst363 #include <asm/hwcap.h>
A Dmemory-tagging-extension.rst270 * From arch/arm64/include/uapi/asm/hwcap.h
/linux-6.3-rc2/arch/arm64/kernel/
A Dcpufeature.c2790 .hwcap = cap, \
2976 cpu_set_feature(cap->hwcap); in cap_set_elf_hwcap()
2980 compat_elf_hwcap |= (u32)cap->hwcap; in cap_set_elf_hwcap()
2983 compat_elf_hwcap2 |= (u32)cap->hwcap; in cap_set_elf_hwcap()
2999 rc = cpu_have_feature(cap->hwcap); in cpus_have_elf_hwcap()
3003 rc = (compat_elf_hwcap & (u32)cap->hwcap) != 0; in cpus_have_elf_hwcap()
3006 rc = (compat_elf_hwcap2 & (u32)cap->hwcap) != 0; in cpus_have_elf_hwcap()
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_npc_hash.c199 struct hw_cap *hwcap = &rvu->hw->cap; in npc_config_secret_key() local
203 if (!hwcap->npc_hash_extract) in npc_config_secret_key()
218 struct hw_cap *hwcap = &rvu->hw->cap; in npc_program_mkex_hash() local
222 if (!hwcap->npc_hash_extract) in npc_program_mkex_hash()
/linux-6.3-rc2/arch/arm64/include/asm/
A Dcpufeature.h364 unsigned long hwcap; member
/linux-6.3-rc2/Documentation/x86/x86_64/
A Dfsgs.rst113 /* Will be eventually in asm/hwcap.h */
/linux-6.3-rc2/arch/arm64/
A DKconfig525 This option removes the AES hwcap for aarch32 user-space to

Completed in 44 milliseconds