Searched refs:has_vfp (Results 1 – 2 of 2) sorted by relevance
1572 DEFINE_PROP_BOOL("vfp", ARMCPU, has_vfp, true);1792 cpu->has_vfp = true; in arm_cpu_post_init()1800 cpu->has_vfp = true; in arm_cpu_post_init()2108 cpu->has_vfp != cpu->has_neon) { in arm_cpu_realizefn()2131 if (!cpu->has_vfp) { in arm_cpu_realizefn()2229 if (!cpu->has_neon && !cpu->has_vfp) { in arm_cpu_realizefn()
915 bool has_vfp; member