Searched refs:hwcap (Results 1 – 25 of 2571) sorted by relevance
12345678910>>...103
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>;
36 如果軟體依賴於 hwcap 描述的功能,在嘗試使用該功能前則應檢查相關的 hwcap47 描述的功能的存在。這些 hwcap 通過 ID 寄存器欄位定義,並且應根據 ARM 體系
33 如果软件依赖于 hwcap 描述的功能,在尝试使用该功能前则应检查相关的 hwcap44 描述的功能的存在。这些 hwcap 通过 ID 寄存器字段定义,并且应根据 ARM 体系
42 hwcap-bit-nr = <1>;61 hwcap-bit-nr = <27>;
31 unsigned long hwcap; member49 .hwcap = HWCAP_SVE,650 supported = getauxval(data->hwcap_type) & data->hwcap; in main()
68 arch/arm64/include/asm/hwcap.h \70 arch/arm64/include/uapi/asm/hwcap.h \
65 arch/arm64/include/asm/hwcap.h \67 arch/arm64/include/uapi/asm/hwcap.h \
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
97 arch/arm64/include/asm/hwcap.h \99 arch/arm64/include/uapi/asm/hwcap.h \
Completed in 25 milliseconds