Searched refs:hwcap (Results 1 – 14 of 14) sorted by relevance
168 unsigned long hwcap = 0, hwcap2 = 0; in start() local183 hwcap = auxv->val; in start()193 if (hwcap & HWCAP_PACA) in start()200 if (!(hwcap & HWCAP_PACA)) in start()
107 If bit 0 is set, then the hwcap-bit-nr property will exist.174 - hwcap-bit-nr189 advertised to userspace without a one-to-one hwcap bit number may not specify191 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>;
33 如果软件依赖于 hwcap 描述的功能,在尝试使用该功能前则应检查相关的 hwcap44 描述的功能的存在。这些 hwcap 通过 ID 寄存器字段定义,并且应根据 ARM 体系
36 如果軟體依賴於 hwcap 描述的功能,在嘗試使用該功能前則應檢查相關的 hwcap47 描述的功能的存在。這些 hwcap 通過 ID 寄存器欄位定義,並且應根據 ARM 體系
36 unsigned long hwcap; member45 .hwcap = HWCAP_SVE,52 .hwcap = HWCAP2_SME,672 if (getauxval(vec_types[i].hwcap_type) & vec_types[i].hwcap) { in do_parent()682 if (getauxval(vec_types[i].hwcap_type) & vec_types[i].hwcap) { in do_parent()697 vec_types[i].hwcap) { in do_parent()
29 unsigned long hwcap; member47 .hwcap = HWCAP_SVE,57 .hwcap = HWCAP2_SME,658 supported = getauxval(data->hwcap_type) & data->hwcap; in main()
42 hwcap-bit-nr = <1>;61 hwcap-bit-nr = <27>;
32 Where software relies on a feature described by a hwcap, it should check33 the relevant hwcap flag to verify that the feature is present before
327 #include <asm/hwcap.h>
270 * From arch/arm64/include/uapi/asm/hwcap.h
2551 .hwcap = cap, \2725 cpu_set_feature(cap->hwcap); in cap_set_elf_hwcap()2729 compat_elf_hwcap |= (u32)cap->hwcap; in cap_set_elf_hwcap()2732 compat_elf_hwcap2 |= (u32)cap->hwcap; in cap_set_elf_hwcap()2748 rc = cpu_have_feature(cap->hwcap); in cpus_have_elf_hwcap()2752 rc = (compat_elf_hwcap & (u32)cap->hwcap) != 0; in cpus_have_elf_hwcap()2755 rc = (compat_elf_hwcap2 & (u32)cap->hwcap) != 0; in cpus_have_elf_hwcap()
363 unsigned long hwcap; member
113 /* Will be eventually in asm/hwcap.h */
512 This option removes the AES hwcap for aarch32 user-space to