Searched refs:hwcap (Results 1 – 7 of 7) sorted by relevance
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>;
30 Where software relies on a feature described by a hwcap, it should check31 the relevant hwcap flag to verify that the feature is present before
300 #include <asm/hwcap.h>
204 * From arch/arm64/include/uapi/asm/hwcap.h
2155 .hwcap = cap, \2305 cpu_set_feature(cap->hwcap); in cap_set_elf_hwcap()2309 compat_elf_hwcap |= (u32)cap->hwcap; in cap_set_elf_hwcap()2312 compat_elf_hwcap2 |= (u32)cap->hwcap; in cap_set_elf_hwcap()2328 rc = cpu_have_feature(cap->hwcap); in cpus_have_elf_hwcap()2332 rc = (compat_elf_hwcap & (u32)cap->hwcap) != 0; in cpus_have_elf_hwcap()2335 rc = (compat_elf_hwcap2 & (u32)cap->hwcap) != 0; in cpus_have_elf_hwcap()
339 unsigned long hwcap; member
113 /* Will be eventually in asm/hwcap.h */