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()
461 elf_hwcap |= HWCAP_IDIVA; in cpuid_init_hwcaps()
463 elf_hwcap |= HWCAP_IDIVT; in cpuid_init_hwcaps()
468 elf_hwcap |= HWCAP_LPAE; in cpuid_init_hwcaps()
514 elf_hwcap &= ~HWCAP_TLS; in elf_hwcap_fixup()
530 elf_hwcap &= ~HWCAP_SWP; in elf_hwcap_fixup()
734 elf_hwcap = list->elf_hwcap; in setup_processor()
740 elf_hwcap &= ~(HWCAP_THUMB | HWCAP_IDIVT); in setup_processor()
1315 if (elf_hwcap & (1 << j)) in c_show()