Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/devicetree/bindings/powerpc/
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-v4.19/Documentation/arm64/
Delf_hwcaps.txt29 Where software relies on a feature described by a hwcap, it should check
30 the relevant hwcap flag to verify that the feature is present before
Dcpu-feature-registers.txt232 #include <asm/hwcap.h>
/Linux-v4.19/arch/arm64/kernel/
Dcpufeature.c1238 .hwcap = cap, \
1288 elf_hwcap |= cap->hwcap; in cap_set_elf_hwcap()
1292 compat_elf_hwcap |= (u32)cap->hwcap; in cap_set_elf_hwcap()
1295 compat_elf_hwcap2 |= (u32)cap->hwcap; in cap_set_elf_hwcap()
1311 rc = (elf_hwcap & cap->hwcap) != 0; in cpus_have_elf_hwcap()
1315 rc = (compat_elf_hwcap & (u32)cap->hwcap) != 0; in cpus_have_elf_hwcap()
1318 rc = (compat_elf_hwcap2 & (u32)cap->hwcap) != 0; in cpus_have_elf_hwcap()
/Linux-v4.19/arch/arm64/include/asm/
Dcpufeature.h322 unsigned long hwcap; member