Lines Matching refs:elf_hwcap
100 unsigned int elf_hwcap __read_mostly;
101 EXPORT_SYMBOL(elf_hwcap);
420 if (!(elf_hwcap & mask)) in patch_aeabi_idiv()
454 elf_hwcap |= HWCAP_IDIVA; in cpuid_init_hwcaps()
456 elf_hwcap |= HWCAP_IDIVT; in cpuid_init_hwcaps()
461 elf_hwcap |= HWCAP_LPAE; in cpuid_init_hwcaps()
507 elf_hwcap &= ~HWCAP_TLS; in elf_hwcap_fixup()
523 elf_hwcap &= ~HWCAP_SWP; in elf_hwcap_fixup()
727 elf_hwcap = list->elf_hwcap; in setup_processor()
733 elf_hwcap &= ~(HWCAP_THUMB | HWCAP_IDIVT); in setup_processor()
1288 if (elf_hwcap & (1 << j)) in c_show()