Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/uapi/asm/
H A Dhwcap.h25 #define HWCAP_IDIVA (1 << 17) macro
28 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
/openbmc/linux/arch/arm/kernel/
H A Dsetup.c419 mask = IS_ENABLED(CONFIG_THUMB2_KERNEL) ? HWCAP_IDIVT : HWCAP_IDIVA; in patch_aeabi_idiv()
454 elf_hwcap |= HWCAP_IDIVA; in cpuid_init_hwcaps()
/openbmc/qemu/include/
H A Delf.h515 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
/openbmc/linux/arch/arm/net/
H A Dbpf_jit_32.c483 if (elf_hwcap & HWCAP_IDIVA) { in emit_udivmod()