Searched refs:hwcap (Results 1 – 4 of 4) sorted by relevance
42 hwcap-bit-nr = <1>;61 hwcap-bit-nr = <27>;
2608 .hwcap = cap, \2782 cpu_set_feature(cap->hwcap); in cap_set_elf_hwcap()2786 compat_elf_hwcap |= (u32)cap->hwcap; in cap_set_elf_hwcap()2789 compat_elf_hwcap2 |= (u32)cap->hwcap; in cap_set_elf_hwcap()2805 rc = cpu_have_feature(cap->hwcap); in cpus_have_elf_hwcap()2809 rc = (compat_elf_hwcap & (u32)cap->hwcap) != 0; in cpus_have_elf_hwcap()2812 rc = (compat_elf_hwcap2 & (u32)cap->hwcap) != 0; in cpus_have_elf_hwcap()
363 unsigned long hwcap; member
509 This option removes the AES hwcap for aarch32 user-space to