Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/asm/
H A Dvfpmacros.h43 tst \tmp, #HWCAP_VFPD32
68 tst \tmp, #HWCAP_VFPD32
/openbmc/linux/arch/arm/include/uapi/asm/
H A Dhwcap.h27 #define HWCAP_VFPD32 (1 << 19) /* set if VFP has 32 regs (not 16) */ macro
/openbmc/linux/arch/arm/vfp/
H A Dvfpmodule.c936 elf_hwcap |= HWCAP_VFPD32; in vfp_init()
/openbmc/qemu/include/
H A Delf.h516 #define HWCAP_VFPD32 (1 << 19) /* set if VFP has 32 regs */ macro