Searched refs:HWCAP_IDIVT (Results 1 – 2 of 2) sorted by relevance
26 #define HWCAP_IDIVT (1 << 18) macro28 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
426 mask = IS_ENABLED(CONFIG_THUMB2_KERNEL) ? HWCAP_IDIVT : HWCAP_IDIVA; in patch_aeabi_idiv()463 elf_hwcap |= HWCAP_IDIVT; in cpuid_init_hwcaps()740 elf_hwcap &= ~(HWCAP_THUMB | HWCAP_IDIVT); in setup_processor()
Completed in 4 milliseconds