Home
last modified time | relevance | path

Searched refs:HWCAP_IDIVT (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm/include/uapi/asm/
Dhwcap.h25 #define HWCAP_IDIVT (1 << 18) macro
27 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
/linux-4.4.14/arch/arm/kernel/
Dsetup.c390 elf_hwcap |= HWCAP_IDIVT; in cpuid_init_hwcaps()
647 elf_hwcap &= ~(HWCAP_THUMB | HWCAP_IDIVT); in setup_processor()