Lines Matching refs:elf_hwcap
107 unsigned int elf_hwcap __read_mostly;
108 EXPORT_SYMBOL(elf_hwcap);
427 if (!(elf_hwcap & mask)) in patch_aeabi_idiv()
459 elf_hwcap |= HWCAP_IDIVA; in cpuid_init_hwcaps()
461 elf_hwcap |= HWCAP_IDIVT; in cpuid_init_hwcaps()
466 elf_hwcap |= HWCAP_LPAE; in cpuid_init_hwcaps()
500 elf_hwcap &= ~HWCAP_TLS; in elf_hwcap_fixup()
516 elf_hwcap &= ~HWCAP_SWP; in elf_hwcap_fixup()
720 elf_hwcap = list->elf_hwcap; in setup_processor()
726 elf_hwcap &= ~(HWCAP_THUMB | HWCAP_IDIVT); in setup_processor()
1293 if (elf_hwcap & (1 << j)) in c_show()