Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/uapi/asm/
H A Dhwcap.h14 #define HWCAP_VFP (1 << 6) macro
/openbmc/linux/arch/arm/kernel/
H A Delf.c36 if (flt_fmt == EF_ARM_VFP_FLOAT && !(elf_hwcap & HWCAP_VFP)) in elf_check_arch()
/openbmc/linux/arch/arm/vfp/
H A Dvfpmodule.c997 elf_hwcap |= HWCAP_VFP; in vfp_init()