Home
last modified time | relevance | path

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

/arch/arm/include/uapi/asm/
Dhwcap.h26 #define HWCAP_VFPD32 (1 << 19) /* set if VFP has 32 regs (not 16) */ macro
/arch/arm/include/asm/
Dvfpmacros.h30 tst \tmp, #HWCAP_VFPD32
54 tst \tmp, #HWCAP_VFPD32
/arch/arm/vfp/
Dvfpmodule.c758 elf_hwcap |= HWCAP_VFPD32; in vfp_init()