Home
last modified time | relevance | path

Searched refs:HWCAP_IDIVA (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/include/uapi/asm/
H A Dhwcap.h25 #define HWCAP_IDIVA (1 << 17) macro
28 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
/kernel/linux/linux-6.6/arch/arm/include/uapi/asm/
H A Dhwcap.h25 #define HWCAP_IDIVA (1 << 17) macro
28 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/
H A Dhwcap.h25 #define HWCAP_IDIVA (1 << 17) macro
28 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/
H A Dhwcap.h38 #define HWCAP_IDIVA (1 << 17) macro
41 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm/asm/
H A Dhwcap.h38 #define HWCAP_IDIVA (1 << 17) macro
41 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dsetup.c426 mask = IS_ENABLED(CONFIG_THUMB2_KERNEL) ? HWCAP_IDIVT : HWCAP_IDIVA; in patch_aeabi_idiv()
459 elf_hwcap |= HWCAP_IDIVA; in cpuid_init_hwcaps()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/arm/net/
H A Dbpf_jit_32.c483 if (elf_hwcap & HWCAP_IDIVA) { in emit_udivmod()
/kernel/linux/linux-6.6/arch/arm/net/
H A Dbpf_jit_32.c483 if (elf_hwcap & HWCAP_IDIVA) { in emit_udivmod()

Completed in 10 milliseconds