Home
last modified time | relevance | path

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

/arch/arm/include/uapi/asm/
Dhwcap.h13 #define HWCAP_VFP (1 << 6) macro
/arch/arm/kernel/
Delf.c34 if (flt_fmt == EF_ARM_VFP_FLOAT && !(elf_hwcap & HWCAP_VFP)) in elf_check_arch()
/arch/arm/vfp/
Dvfpmodule.c814 elf_hwcap |= HWCAP_VFP; in vfp_init()