Lines Matching refs:elf_hwcap
109 unsigned int elf_hwcap __read_mostly;
110 EXPORT_SYMBOL(elf_hwcap);
424 if (!(elf_hwcap & mask)) in patch_aeabi_idiv()
456 elf_hwcap |= HWCAP_IDIVA; in cpuid_init_hwcaps()
458 elf_hwcap |= HWCAP_IDIVT; in cpuid_init_hwcaps()
463 elf_hwcap |= HWCAP_LPAE; in cpuid_init_hwcaps()
497 elf_hwcap &= ~HWCAP_TLS; in elf_hwcap_fixup()
513 elf_hwcap &= ~HWCAP_SWP; in elf_hwcap_fixup()
710 elf_hwcap = list->elf_hwcap; in setup_processor()
716 elf_hwcap &= ~(HWCAP_THUMB | HWCAP_IDIVT); in setup_processor()
1256 if (elf_hwcap & (1 << j)) in c_show()