Searched refs:hwcap (Results 1 – 12 of 12) 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 體系
42 hwcap-bit-nr = <1>;61 hwcap-bit-nr = <27>;
31 unsigned long hwcap; member49 .hwcap = HWCAP_SVE,581 supported = getauxval(data->hwcap_type) & data->hwcap; in main()
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
300 #include <asm/hwcap.h>
236 * From arch/arm64/include/uapi/asm/hwcap.h
2349 .hwcap = cap, \2499 cpu_set_feature(cap->hwcap); in cap_set_elf_hwcap()2503 compat_elf_hwcap |= (u32)cap->hwcap; in cap_set_elf_hwcap()2506 compat_elf_hwcap2 |= (u32)cap->hwcap; in cap_set_elf_hwcap()2522 rc = cpu_have_feature(cap->hwcap); in cpus_have_elf_hwcap()2526 rc = (compat_elf_hwcap & (u32)cap->hwcap) != 0; in cpus_have_elf_hwcap()2529 rc = (compat_elf_hwcap2 & (u32)cap->hwcap) != 0; in cpus_have_elf_hwcap()
362 unsigned long hwcap; member
113 /* Will be eventually in asm/hwcap.h */