Home
last modified time | relevance | path

Searched refs:HWCAP_IDIVA (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/arm/include/uapi/asm/
Dhwcap.h24 #define HWCAP_IDIVA (1 << 17) macro
27 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
/linux-4.4.14/arch/arm/kernel/
Dsetup.c388 elf_hwcap |= HWCAP_IDIVA; in cpuid_init_hwcaps()
/linux-4.4.14/arch/arm/net/
Dbpf_jit_32.c469 if (elf_hwcap & HWCAP_IDIVA) { in emit_udivmod()