Searched refs:hwcap (Results 1 – 3 of 3) sorted by relevance
2368 .hwcap = cap, \2521 cpu_set_feature(cap->hwcap); in cap_set_elf_hwcap()2525 compat_elf_hwcap |= (u32)cap->hwcap; in cap_set_elf_hwcap()2528 compat_elf_hwcap2 |= (u32)cap->hwcap; in cap_set_elf_hwcap()2544 rc = cpu_have_feature(cap->hwcap); in cpus_have_elf_hwcap()2548 rc = (compat_elf_hwcap & (u32)cap->hwcap) != 0; in cpus_have_elf_hwcap()2551 rc = (compat_elf_hwcap2 & (u32)cap->hwcap) != 0; in cpus_have_elf_hwcap()
345 unsigned long hwcap; member
501 This option removes the AES hwcap for aarch32 user-space to