Lines Matching refs:elf_hwcap
105 unsigned int elf_hwcap __read_mostly;
106 EXPORT_SYMBOL(elf_hwcap);
425 if (!(elf_hwcap & mask)) in patch_aeabi_idiv()
457 elf_hwcap |= HWCAP_IDIVA; in cpuid_init_hwcaps()
459 elf_hwcap |= HWCAP_IDIVT; in cpuid_init_hwcaps()
464 elf_hwcap |= HWCAP_LPAE; in cpuid_init_hwcaps()
498 elf_hwcap &= ~HWCAP_TLS; in elf_hwcap_fixup()
514 elf_hwcap &= ~HWCAP_SWP; in elf_hwcap_fixup()
716 elf_hwcap = list->elf_hwcap; in setup_processor()
722 elf_hwcap &= ~(HWCAP_THUMB | HWCAP_IDIVT); in setup_processor()
1272 if (elf_hwcap & (1 << j)) in c_show()