Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds