Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/include/uapi/asm/
H A Dhwcap.h26 #define HWCAP_IDIVT (1 << 18) macro
28 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm/
H A Dhwcap.h26 #define HWCAP_IDIVT (1 << 18) macro
28 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dsetup.c425 mask = IS_ENABLED(CONFIG_THUMB2_KERNEL) ? HWCAP_IDIVT : HWCAP_IDIVA; in patch_aeabi_idiv()
460 elf_hwcap |= HWCAP_IDIVT; in cpuid_init_hwcaps()
725 elf_hwcap &= ~(HWCAP_THUMB | HWCAP_IDIVT); in setup_processor()