Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/include/uapi/asm/
Dhwcap.h26 #define HWCAP_IDIVT (1 << 18) macro
28 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
/linux-6.1.9/arch/arm/kernel/
Dsetup.c426 mask = IS_ENABLED(CONFIG_THUMB2_KERNEL) ? HWCAP_IDIVT : HWCAP_IDIVA; in patch_aeabi_idiv()
461 elf_hwcap |= HWCAP_IDIVT; in cpuid_init_hwcaps()
726 elf_hwcap &= ~(HWCAP_THUMB | HWCAP_IDIVT); in setup_processor()